green commited on
Commit
b7166ca
1 Parent(s): ad821d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ print("Initializing....")
176
  article_dict, clusters = initialize(LIMIT, USE_CACHE)
177
  # We now have clusters and cluster data. Redundancy.
178
  # We call a display function and get the user input.
179
-
180
  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. \nEnjoy, and remember, this software is experimental, and honestly may produce untrue summaries. For more information on truthfulness and automatic summarization with transformers see TK.")
181
 
182
  st.subheader(f"How it works:")
 
176
  article_dict, clusters = initialize(LIMIT, USE_CACHE)
177
  # We now have clusters and cluster data. Redundancy.
178
  # We call a display function and get the user input.
179
+ st.title("Welcome to TopicDig!")
180
  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. \nEnjoy, and remember, this software is experimental, and honestly may produce untrue summaries. For more information on truthfulness and automatic summarization with transformers see TK.")
181
 
182
  st.subheader(f"How it works:")