Spaces:
Runtime error
Runtime error
Commit ·
8ec49ed
1
Parent(s): 9023a15
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ Please type your text and press ENTER key to know if your text is positive, nega
|
|
| 35 |
|
| 36 |
|
| 37 |
# Add image
|
| 38 |
-
image = st.image("https://media.geeksforgeeks.org/wp-content/cdn-uploads/20210722215846/sentiment-analysis.jpg", width=
|
| 39 |
|
| 40 |
# Get user input
|
| 41 |
text = st.text_input("Type here:")
|
|
|
|
| 35 |
|
| 36 |
|
| 37 |
# Add image
|
| 38 |
+
image = st.image("https://media.geeksforgeeks.org/wp-content/cdn-uploads/20210722215846/sentiment-analysis.jpg", width=700)
|
| 39 |
|
| 40 |
# Get user input
|
| 41 |
text = st.text_input("Type here:")
|