Modfiededition commited on
Commit
88924af
·
1 Parent(s): aad5244

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ dataset = Dataset.from_dict(python_dict)
37
 
38
  MAX_LENGTH = 105
39
 
40
- button = st.button('Extract word/phrase from the text with the given the given sentiment..')
41
  if button:
42
  with st.spinner('In progress.......'):
43
 
 
37
 
38
  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
  if button:
42
  with st.spinner('In progress.......'):
43