Spaces:
Sleeping
Sleeping
Adjusted image size
Browse files
app.py
CHANGED
@@ -29,13 +29,12 @@ st.set_page_config(
|
|
29 |
|
30 |
# Add description and title
|
31 |
st.write("""
|
32 |
-
# Sentiment Analysis
|
33 |
-
Please type your text.....
|
34 |
""")
|
35 |
|
36 |
|
37 |
# Add image
|
38 |
-
image = st.image("download.png", width=
|
39 |
|
40 |
# Get user input
|
41 |
text = st.text_input("Type here:")
|
|
|
29 |
|
30 |
# Add description and title
|
31 |
st.write("""
|
32 |
+
# Sentiment Analysis App
|
|
|
33 |
""")
|
34 |
|
35 |
|
36 |
# Add image
|
37 |
+
image = st.image("download.png", width=200)
|
38 |
|
39 |
# Get user input
|
40 |
text = st.text_input("Type here:")
|