green commited on
Commit
4f23f65
1 Parent(s): 0a4f5ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,7 +207,7 @@ st.success(f"You select the topics, we summarize the relevant news and show you
207
  st.warning("Enjoy, and remember, this software is experimental, and honestly may produce untrue summaries. For more information on truthfulness and automatic summarization with transformers see TK.")
208
 
209
  st.subheader(f"How it works:")
210
- st.write(f"""Select 1 to 3 topics from the drop down menus and click 'submit' to start generating your summary!""")
211
 
212
  with st.expander("See extra options"):
213
  st.subheader("Refresh topics: ")
 
207
  st.warning("Enjoy, and remember, this software is experimental, and honestly may produce untrue summaries. For more information on truthfulness and automatic summarization with transformers see TK.")
208
 
209
  st.subheader(f"How it works:")
210
+ st.write(f"""Select 1 to 3 topics from the drop down menus and click 'submit' to start generating your digest!""")
211
 
212
  with st.expander("See extra options"):
213
  st.subheader("Refresh topics: ")