Any code example of how to create a chart in Streamlit using the new Seaborn objects that introduced in Seaborn version 0.12? Thank you.
You can use a specific Figure
object with seaborn.objects
https://seaborn.pydata.org/tutorial/objects_interface.html#integrating-with-matplotlib
Then call st.pyplot
on that Figure
.