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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.write("Your summarized text is:",icon="βœ…")
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 !!")