pypi streamlit 1.16.0

latest releases: 1.34.0, 1.33.0, 1.32.2...
17 months ago

Highlights

  • πŸ‘©β€πŸŽ¨ Introducing a new Streamlit theme for Altair, Plotly, and Vega-Lite charts! Check out our blog post for more information.
  • 🎨 Streamlit now supports colored text in all commands that accept Markdown, including st.markdown, st.header, and more. Learn more in our documentation.

Notable Changes

  • πŸ” Functions cached with st.experimental_memo or st.experimental_singleton can contain Streamlit media elements and forms.
  • β›„ All Streamlit commands that accept pandas DataFrames as input also support Snowpark and PySpark DataFrames.
  • 🏷 st.checkbox and st.metric can customize how to hide their labels with the label_visibility parameter.

Other Changes

  • πŸ—ΊοΈ st.map improvements: support for upper case columns and better exception messages (#5679, #5792).
  • 🐞 Bug fix: st.plotly_chart respects the figure’s height attribute and the use_container_width parameter (#5779).
  • πŸͺ² Bug fix: all commands with the icon parameter such as st.error, st.warning, etc, can contain emojis with variant selectors (#5583).
  • 🐝 Bug fix: prevent st.camera_input from jittering when resizing the browser window (#5661).
  • 🐜 Bug fix: update exception layout to avoid overflow of stack traces (#5700).

Don't miss a new streamlit release

NewReleases is sending notifications on new releases.