green commited on
Commit
29ce244
1 Parent(s): 116a7d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -178,8 +178,7 @@ 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! You'll see three drop downs containing entities recognized in current news headlines. Select 1 to 3 topics and TopicDig will generate a digest consisting of summarizations of the articles related to the terms you select! 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 summarization are done using transformers from the HuggingFace model hub.
182
- ")
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.write(f"Welcome to TopigDig! You'll see three drop downs containing entities recognized in current news headlines. Select 1 to 3 topics and TopicDig will generate a digest consisting of summarizations of the articles related to the terms you select! 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 summarization are done using transformers from the HuggingFace model hub.")
 
182
 
183
  # button to refresh topics
184
  if st.button("Refresh topics!"):