Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -62,9 +62,9 @@ model, tokenizer = get_model('distilbert-base-cased', 'distilbert-checkpoint-109
|
|
62 |
|
63 |
st.title("Yandex School of Data Analysis. ML course")
|
64 |
st.title("Laboratory work 2: classifier of categories of scientific papers")
|
65 |
-
st.markdown("<img width=
|
66 |
|
67 |
-
st.markdown()
|
68 |
|
69 |
st.markdown("Enter the title of the article and its abstract (although, if you really don't want to, you can do with just the title)")
|
70 |
|
|
|
62 |
|
63 |
st.title("Yandex School of Data Analysis. ML course")
|
64 |
st.title("Laboratory work 2: classifier of categories of scientific papers")
|
65 |
+
st.markdown("<img width=200px src='https://m.media-amazon.com/images/I/71XOMSKx8NL._AC_SL1500_.jpg'>", unsafe_allow_html=True)
|
66 |
|
67 |
+
st.markdown("\n")
|
68 |
|
69 |
st.markdown("Enter the title of the article and its abstract (although, if you really don't want to, you can do with just the title)")
|
70 |
|