You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The streamlit wordcloud triggers a rerun of the entire streamlit page every time there is a hover event. This slows response times so much that I can't get a workable user experience. Please give us the option to stop this. I don't need the widget to send data to my app each time the user hovers over a word. I just need the hover text to appear.
The experience is even worse when the wordcloud is placed within a streamlit container. I can't get the wordcloud to render because it gets stuck in infinite page loads.
The text was updated successfully, but these errors were encountered:
The streamlit wordcloud triggers a rerun of the entire streamlit page every time there is a hover event. This slows response times so much that I can't get a workable user experience. Please give us the option to stop this. I don't need the widget to send data to my app each time the user hovers over a word. I just need the hover text to appear.
The experience is even worse when the wordcloud is placed within a streamlit container. I can't get the wordcloud to render because it gets stuck in infinite page loads.
The text was updated successfully, but these errors were encountered: