Update app.py
Browse files
app.py
CHANGED
@@ -202,7 +202,9 @@ article_dict, clusters = initialize(LIMIT, USE_CACHE)
|
|
202 |
# We now have clusters and cluster data. Redundancy.
|
203 |
# We call a display function and get the user input.
|
204 |
st.title("Welcome to TopicDig!")
|
205 |
-
st.success(f"You select the topics, we summarize the relevant news and show you a digest, plus some info to help contextualize what the machine did.
|
|
|
|
|
206 |
|
207 |
st.subheader(f"How it works:")
|
208 |
st.write(f"""Select 1 to 3 topics from the drop down menus and click 'submit' to start generating your summary!""")
|
|
|
202 |
# We now have clusters and cluster data. Redundancy.
|
203 |
# We call a display function and get the user input.
|
204 |
st.title("Welcome to TopicDig!")
|
205 |
+
st.success(f"You select the topics, we summarize the relevant news and show you a digest, plus some info to help contextualize what the machine did.")
|
206 |
+
|
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!""")
|