green commited on
Commit
bdb86eb
1 Parent(s): 4f23f65

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
  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 digest!""")
 
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 may produce untrue summaries. For more information on truthfulness and automatic summarization with transformers see https://arxiv.org/abs/2109.07958.")
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 digest!""")