Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,7 +53,7 @@ start = st.button('Summarize')#, on_click=start_summarize, args=(user_text, mode
|
|
| 53 |
if start:
|
| 54 |
st.markdown("Summary")
|
| 55 |
start_summarize(user_text, model_type)
|
| 56 |
-
st.spinner('We are summarizing your text...')
|
| 57 |
# time.sleep(10)
|
| 58 |
|
| 59 |
|
|
|
|
| 53 |
if start:
|
| 54 |
st.markdown("Summary")
|
| 55 |
start_summarize(user_text, model_type)
|
| 56 |
+
st.spinner('We are summarizing your text...')
|
| 57 |
# time.sleep(10)
|
| 58 |
|
| 59 |
|