ikoghoemmanuell commited on
Commit
03cbb73
1 Parent(s): a9c231c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ Enter some text and we'll tell you if it has a positive, negative, or neutral se
36
 
37
 
38
  # Add image
39
- image = st.image("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQQTkW02LIDNTr1-Sufx2cX6eCeSNpJZM3HJx8VYo3bBOXIjAwFAcHrxled&s=10", width=400)
40
 
41
  # Get user input
42
  text = st.text_input("Enter some text here:")
 
36
 
37
 
38
  # Add image
39
+ image = st.image("https://i0.wp.com/thedatascientist.com/wp-content/uploads/2018/10/sentiment-analysis.png", width=400)
40
 
41
  # Get user input
42
  text = st.text_input("Enter some text here:")