system HF staff commited on
Commit
5a4f98b
1 Parent(s): 25b835d

dev: deploy

Browse files
Files changed (1) hide show
  1. pages/News.py +1 -1
pages/News.py CHANGED
@@ -103,6 +103,6 @@ with c1:
103
  embeddings_ = mdl_sbert.encode(news)
104
  topics, probs = mdl_bertopic_globo.transform(news, embeddings_)
105
  st.info(topics)
106
- st.info(topics_map.get(topics))
107
 
108
 
 
103
  embeddings_ = mdl_sbert.encode(news)
104
  topics, probs = mdl_bertopic_globo.transform(news, embeddings_)
105
  st.info(topics)
106
+ st.info(topics_map.get(topics[0]))
107
 
108