green commited on
Commit
d63e616
1 Parent(s): 807c5e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -178,8 +178,11 @@ 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.success(f"Welcome to TopicDig!")
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!"):
 
178
  # We call a display function and get the user input.
179
  # For this its still streamlit.
180
 
181
+
182
+ st.success(f"Welcome to TopicDig! \nYou 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, this software is experimental, and honestly may produce untrue summaries. For more information on truthfulness and automatic summarization with transformers see TK.")
183
+
184
+
185
+ st.write(f"""How it works:\nSelect 1 to 3 topics from the drop down menus and click 'submit' to start generating your summary!""")
186
 
187
  # button to refresh topics
188
  if st.button("Refresh topics!"):