Modfiededition commited on
Commit
93dc268
·
1 Parent(s): 39ab779

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ button = st.button('Click here to extract the word/phrase from the text with the
41
 
42
  if not textbox:
43
  st.markdown("## " + "Please write your text above!")
44
- else:
45
  if button:
46
  with st.spinner('In progress.......'):
47
 
 
41
 
42
  if not textbox:
43
  st.markdown("## " + "Please write your text above!")
44
+ else:
45
  if button:
46
  with st.spinner('In progress.......'):
47