Modfiededition commited on
Commit
c09e449
1 Parent(s): c4d34b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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: