Spaces:
Runtime error
Runtime error
wrapper228
commited on
Commit
•
13f6fc1
1
Parent(s):
4382b1c
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ model.load_state_dict(
|
|
37 |
image = Image.open('logo.png')
|
38 |
|
39 |
st.image(image)
|
40 |
-
st.markdown("
|
41 |
|
42 |
title = st.text_area("Write article title:", height=30)
|
43 |
|
|
|
37 |
image = Image.open('logo.png')
|
38 |
|
39 |
st.image(image)
|
40 |
+
st.markdown("##### To get an article topic prediction, please write down it's title, abstract, or both. This app predicts the probabilities of the article belonging to the following topics: \'biology\', \'computer science\', \'economics\', \'electrics\', \'finance\', \'math\', \'physics\', \'statistics\'")
|
41 |
|
42 |
title = st.text_area("Write article title:", height=30)
|
43 |
|