Spaces:
Runtime error
Runtime error
Modfiededition
commited on
Commit
•
c09e449
1
Parent(s):
c4d34b8
Update app.py
Browse files
app.py
CHANGED
@@ -39,8 +39,6 @@ MAX_LENGTH = 105
|
|
39 |
|
40 |
button = st.button('Click here to extract the word/phrase from the text with the given sentiment: {0}..'.format(option))
|
41 |
|
42 |
-
if not textbox:
|
43 |
-
st.markdown("## " + "Please write your text above!")
|
44 |
|
45 |
if button:
|
46 |
if not textbox:
|
|
|
39 |
|
40 |
button = st.button('Click here to extract the word/phrase from the text with the given sentiment: {0}..'.format(option))
|
41 |
|
|
|
|
|
42 |
|
43 |
if button:
|
44 |
if not textbox:
|