dev: deploy
Browse files- 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 |
|