green commited on
Commit
7348b09
1 Parent(s): 839e9ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -178,8 +178,8 @@ article_dict, clusters = initialize(LIMIT, USE_CACHE)
178
  # We call a display function and get the user input.
179
  # For this its still streamlit.
180
 
181
- st.write(f"Welcome to TopigDig!")
182
- st.write(f"Select 1 to 3 topics and TopicDig will generate a digest by summarizing the whole articles whose headlines contain the selected terms! It's a good idea to hit the refresh topics button the first time you run. This checks the current headlines and updates the lists. Named entity recognition and auomatic summarization are done using transformers from the HuggingFace model hub.")
183
 
184
  # button to refresh topics
185
  if st.button("Refresh topics!"):
 
178
  # We call a display function and get the user input.
179
  # For this its still streamlit.
180
 
181
+ st.warning(f"Welcome to TopigDig!")
182
+ st.success(f"You select the topics, we summarize the relevant news and give you a digest, plus some info to help contextualize what the machine did. Enjoy, and remember, if a program is slow to run, it MUST be doing something interesting. 🤨")
183
 
184
  # button to refresh topics
185
  if st.button("Refresh topics!"):