Spaces:
Runtime error
Runtime error
Commit
·
93dc268
1
Parent(s):
39ab779
Update app.py
Browse files
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 |
-
|
| 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 |
|