Update app.py
Browse files
app.py
CHANGED
@@ -212,6 +212,7 @@ article_dict, clusters = initialize(LIMIT, USE_CACHE)
|
|
212 |
|
213 |
# Welcome and explainer
|
214 |
st.title("Welcome to TopicDig!")
|
|
|
215 |
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.")
|
216 |
st.write(f"On the left you'll find a list of topics recently gleaned from current news headlines. TopicDig lets you assemble digests of these stories using transformers!")
|
217 |
st.warning("Enjoy, and remember, these summaries contain a few kinds of issues, from untruths to missing attribution or topic sentences. For more information on truthfulness in automatic summarization with transformers see https://arxiv.org/abs/2109.07958.")
|
|
|
212 |
|
213 |
# Welcome and explainer
|
214 |
st.title("Welcome to TopicDig!")
|
215 |
+
st.subheader("Automatic news article summarization!")
|
216 |
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.")
|
217 |
st.write(f"On the left you'll find a list of topics recently gleaned from current news headlines. TopicDig lets you assemble digests of these stories using transformers!")
|
218 |
st.warning("Enjoy, and remember, these summaries contain a few kinds of issues, from untruths to missing attribution or topic sentences. For more information on truthfulness in automatic summarization with transformers see https://arxiv.org/abs/2109.07958.")
|