Spaces:
Runtime error
Runtime error
Arnaldo Mont'Alvao
commited on
Commit
•
fe9274e
1
Parent(s):
466d049
Update app.py
Browse files
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'):
|