A Streamlit simple component to display WordCloud.
pip install st-wordcloud
from st_wordcloud import st_wordcloud
words = [{"text": "Python", "value": 500, "topic": "lol"}, {"text": "Streamlit", "value": 80},{"text": "Streamlit", "value": 80},{"text": "Streamlit", "value": 80},{"text": "Streamlit", "value": 80},{"text": "Streamlit", "value": 80},{"text": "Streamlit", "value": 80}]
st_wordcloud(words, width=800, height=600)