Highlights
-
Introducing st.tabsto have tab containers in your app. See our documentation on how to use this feature.
Notable Changes
-
st.metricsupports tooltips with thehelpkeyword parameter. -
st.columnssupports setting a gap size between columns with thegapkeyword parameter.
Other Changes
-
Design tweaks to st.selectbox,st.expander,st.spinner(#4801). -
The sidebar will close when users select a page from the navigation menu on mobile devices (#4851). -
st.memosupports dataclasses! (#4850). -
Bug fix for a race condition that destroyed widget state with rapid interaction (#4882). -
st.tablepresents overflowing content to be scrollable when placed inside columns and expanders (#4934). -
Types: More updated type annotations across Streamlit! (#4808, #4809, #4856)