Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -85,8 +85,9 @@ if button:
|
|
85 |
#with st.spinner("Summarizing..."):
|
86 |
# time.sleep(5)
|
87 |
# st.toast("Done!!",icon="π")
|
|
|
88 |
time.sleep(15)
|
89 |
-
st.write("Your summarized text is:")
|
90 |
st.write(summary)
|
91 |
else:
|
92 |
st.warning("Please enter the text !!")
|
|
|
85 |
#with st.spinner("Summarizing..."):
|
86 |
# time.sleep(5)
|
87 |
# st.toast("Done!!",icon="π")
|
88 |
+
st.success('Please wait while we process and summarize')
|
89 |
time.sleep(15)
|
90 |
+
st.write("Your summarized text is:",icon="β
")
|
91 |
st.write(summary)
|
92 |
else:
|
93 |
st.warning("Please enter the text !!")
|