wrapper228 commited on
Commit
cfde6c7
1 Parent(s): e50e038

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -37,7 +37,8 @@ model.load_state_dict(
37
  image = Image.open('logo.png')
38
 
39
  st.image(image)
40
- st.markdown("##### This app predicts the probabilities of the article belonging to the following topics: \'biology\', \'computer science\', \'economics\', \'electrics\', \'finance\', \'math\', \'physics\', \'statistics\'. \nTo get an article topic prediction, please write down it's title, abstract, or both.")
 
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("##### This app predicts the probabilities of the article belonging to the following topics: \'biology\', \'computer science\', \'economics\', \'electrics\', \'finance\', \'math\', \'physics\', \'statistics\'.")
41
+ st.markdown("##### To get an article topic prediction, please write down it's title, abstract, or both.")
42
 
43
  title = st.text_area("Write article title:", height=30)
44