ShreyaRao commited on
Commit
423426b
Β·
1 Parent(s): f004316

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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 !!")