rajistics commited on
Commit
b409097
·
1 Parent(s): dc32a7d

fixed BERTopic name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ st.title("News Topic Clustering")
27
  st.caption("By Rajiv Shah")
28
  st.caption("")
29
  st.caption("This is a simple example of using identifying topics in the [one million ABC news headline dataset](https://huggingface.co/datasets/rshah/million-headlines). \
30
- If you look at the code for this app, you will see how it uses just a few lines of [BertTopic](https://maartengr.github.io/BERTopic/index.html) to \
31
  build the topics and create the visualizations")
32
  st.caption("The preloaded existing model provides the more interesting results. However, this app can be run live by building a new model, but \
33
  is limited to a small number of rows. I also limited topics over time to the existing model.")
 
27
  st.caption("By Rajiv Shah")
28
  st.caption("")
29
  st.caption("This is a simple example of using identifying topics in the [one million ABC news headline dataset](https://huggingface.co/datasets/rshah/million-headlines). \
30
+ If you look at the code for this app, you will see how it uses just a few lines of [BERTopic](https://maartengr.github.io/BERTopic/index.html) to \
31
  build the topics and create the visualizations")
32
  st.caption("The preloaded existing model provides the more interesting results. However, this app can be run live by building a new model, but \
33
  is limited to a small number of rows. I also limited topics over time to the existing model.")