Arnaldo Mont'Alvao commited on
Commit
3497f5c
1 Parent(s): fe9274e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ st.title('Sentiment Analysis')
9
  st.write('Enter a text and we will predict its sentiment!')
10
 
11
  #Add text box
12
- #txt_input = st.text_input('Enter text here:')
13
 
14
  #When text is entered, run model
15
  if st.button('Submit'):
 
9
  st.write('Enter a text and we will predict its sentiment!')
10
 
11
  #Add text box
12
+ txt_input = st.text_input('Enter text here:')
13
 
14
  #When text is entered, run model
15
  if st.button('Submit'):