Replies: 1 comment 2 replies
-
That's odd! Can you still see the figure if you are not using streamlit? That helps me understand whether this is a plotly or streamlit issue. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a problem with displaying the Plotly Figure object returned by visualize_documents() in Streamlit. The following code illustrates the problem.
Using either the original embeddings or the reduced embeddings the result is the same. The list of topics is displayed, but the plot of documents isn't (as shown in the image).

I have no problem displaying any other the other BERTopic visualizations I've tried, just this one.
In case it matters, my browser is Firefox 141.0.3 (current version).
Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions