Update app.py
Browse files
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
|
| 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: ")
|