Notable Changes
-
Widget labels can contain inline Markdown. See our docs and demo app for more info. -
st.audionow supports playing audio data passed in as NumPy arrays with the keyword-onlysample_rateparameter. -
Functions cached with st.experimental_memoorst.experimental_singletoncan contain Streamlit widgets using theexperimental_allow_widgetsparameter. This allows caching checkboxes, sliders, radio buttons, and more!
Other Changes