MrDdz commited on
Commit
d2d5c5b
·
1 Parent(s): 4347c8a

Adjusted image size

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -29,13 +29,12 @@ st.set_page_config(
29
 
30
  # Add description and title
31
  st.write("""
32
- # Sentiment Analysis App
33
- Please type your text.....
34
  """)
35
 
36
 
37
  # Add image
38
- image = st.image("download.png", width=400)
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:")