green commited on
Commit
9aae26a
1 Parent(s): 1583dd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -204,7 +204,7 @@ article_dict, clusters = initialize(LIMIT, USE_CACHE)
204
  # Welcome and explainer
205
  st.title("Welcome to TopicDig!")
206
  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.")
207
-
208
  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.")
209
 
210
  st.subheader(f"How it works:")
 
204
  # Welcome and explainer
205
  st.title("Welcome to TopicDig!")
206
  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.")
207
+ 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!")
208
  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.")
209
 
210
  st.subheader(f"How it works:")