Spaces:
Runtime error
Runtime error
Commit
·
44ba05f
1
Parent(s):
5f87ea2
Update app.py
Browse files
app.py
CHANGED
@@ -27,9 +27,6 @@ textbox = st.text_area('Write your text in this box:', '', height=100, max_chars
|
|
27 |
|
28 |
button = st.button('Detect grammar mistakes:')
|
29 |
|
30 |
-
>>>
|
31 |
-
>>> time.sleep(5)
|
32 |
-
>>> st.success('Done!')
|
33 |
# output
|
34 |
if example_1:
|
35 |
with st.spinner('In progress.......'):
|
|
|
27 |
|
28 |
button = st.button('Detect grammar mistakes:')
|
29 |
|
|
|
|
|
|
|
30 |
# output
|
31 |
if example_1:
|
32 |
with st.spinner('In progress.......'):
|