sof commited on
Commit
78bef13
1 Parent(s): 015f8e8

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -28,6 +28,12 @@ def load_model():
28
 
29
  st.markdown("## Classify scientific article")
30
  # st.markdown("", unsafe_allow_html=True)
 
 
 
 
 
 
31
  st.markdown("Here we offer an application that predicts a possible theme of an article. The choice is made based on a machine learning algorithm.")
32
  # ^-- можно показывать пользователю текст, картинки, ограниченное подмножество html - всё как в jupyter
33
 
 
28
 
29
  st.markdown("## Classify scientific article")
30
  # st.markdown("", unsafe_allow_html=True)
31
+
32
+
33
+ st.markdown("<img width=400px src='https://64.media.tumblr.com/27a87f0c40cf49afcb2a99158b780573/d24245cb8f6d87b6-d0/s1280x1920/717a15ccacd345d120b380315554075231fb9c56.jpg'>", unsafe_allow_html=True)
34
+
35
+
36
+
37
  st.markdown("Here we offer an application that predicts a possible theme of an article. The choice is made based on a machine learning algorithm.")
38
  # ^-- можно показывать пользователю текст, картинки, ограниченное подмножество html - всё как в jupyter
39