I wanted to add some more examples to the awesome-streamlit.org gallery and also find out how Streamlit really compares to other options like Voila.
So i’ve started implementing some examples from the Voila Gallery. I’ve started out with the interactive gaussian plot that is now available with the findings at the bottom of the page
I’ve tried the best I can to be objective and implement the Streamlit application with the knowledge of Streamlit I currently have. But I hope you will help me with hints and suggestions if the application or findings could be improved.
I updated your implementation of the Country Indicators plot here.
I removed the use of the Class, fixed an issue with caching and moved the plot below the slider to fix the jumpiness (this looks like a bug on our end by the way, looking into it)