gefedya commited on
Commit
bf4c3e8
1 Parent(s): 619a089

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -3
app.py CHANGED
@@ -25,11 +25,15 @@ def make_prediction(to_analyze):
25
 
26
  st.header("Sentiment analysis on twitter datasets")
27
  st.markdown("Here is a sentiment model further trained on a slice of a twitter dataset")
 
 
 
28
  st.markdown("""
29
- <img width=700px src='https://imagez.tmz.com/image/73/4by3/2020/10/05/735aaee2f6b9464ca220e62ef797dab0_md.jpg'>
30
- """, unsafe_allow_html=True)
31
 
32
- text = st.text_area("Try typing something here! \n You will see how much better our model is compared to the base model! No kidding")
 
33
  # ^-- показать текстовое поле. В поле text лежит строка, которая находится там в данный момент
34
 
35
  ### Loading and tokenizing data
 
25
 
26
  st.header("Sentiment analysis on twitter datasets")
27
  st.markdown("Here is a sentiment model further trained on a slice of a twitter dataset")
28
+ # st.markdown("""
29
+ # <img width=700px src='https://imagez.tmz.com/image/73/4by3/2020/10/05/735aaee2f6b9464ca220e62ef797dab0_md.jpg'>
30
+ # """, unsafe_allow_html=True)
31
  st.markdown("""
32
+ <img width=700px src='https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.thrillist.com%2Fnews%2Fnation%2Fwendys-is-brutally-roasting-people-on-twitter-right-now&psig=AOvVaw3GKmzTk1mg1D4zbajRUZdB&ust=1681809839298000&source=images&cd=vfe&ved=0CBEQjRxqFwoTCIiln4LMsP4CFQAAAAAdAAAAABAe
33
+ '>""", unsafe_allow_html=True)
34
 
35
+
36
+ text = st.markdown("Try typing something here! \n You will see how much better our model is compared to the base model! No kidding")
37
  # ^-- показать текстовое поле. В поле text лежит строка, которая находится там в данный момент
38
 
39
  ### Loading and tokenizing data