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