Spaces:
Runtime error
Runtime error
ikoghoemmanuell
commited on
Commit
•
03cbb73
1
Parent(s):
a9c231c
Update app.py
Browse files
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://
|
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:")
|