Highlights
-
Introducing
st.tabs
to have tab containers in your app. See our documentation on how to use this feature.
Notable Changes
-
st.metric
supports tooltips with thehelp
keyword parameter. -
st.columns
supports setting a gap size between columns with thegap
keyword 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.memo
supports dataclasses! (#4850). - Bug fix for a race condition that destroyed widget state with rapid interaction (#4882).
-
st.table
presents overflowing content to be scrollable when placed inside columns and expanders (#4934). - Types: More updated type annotations across Streamlit! (#4808, #4809, #4856)