Update app.py
Browse files
app.py
CHANGED
@@ -178,7 +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 |
|
183 |
# button to refresh topics
|
184 |
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.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!"):
|