Hello all,
I just published a new component for Streamlit which will let you build beautiful and interactive wordcloud visualizations.
For installing the package you can simply use:
pip install streamlit-wordcloud
And then import it in Python:
import streamlit_wordcloud as wordcloud
More information on the component and its usage, please refer to the following repo:
I’m looking forward to your inputs and contributions for making this component better for the community!