Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
|
@@ -25,11 +25,11 @@ st.write("""
|
|
| 25 |
|
| 26 |
# Add image
|
| 27 |
image = st.image("images.png", width=200)
|
| 28 |
-
|
| 29 |
|
| 30 |
# Get user input
|
| 31 |
text = st.text_input("Type here:")
|
| 32 |
-
|
| 33 |
d = {
|
| 34 |
|
| 35 |
0:'Negative',
|
|
|
|
| 25 |
|
| 26 |
# Add image
|
| 27 |
image = st.image("images.png", width=200)
|
| 28 |
+
|
| 29 |
|
| 30 |
# Get user input
|
| 31 |
text = st.text_input("Type here:")
|
| 32 |
+
button = st.button('Analyze')
|
| 33 |
d = {
|
| 34 |
|
| 35 |
0:'Negative',
|