Notable Changes
- Widget labels can contain inline Markdown. See our docs and demo app for more info.
-
st.audio
now supports playing audio data passed in as NumPy arrays with the keyword-onlysample_rate
parameter. -
Functions cached with
st.experimental_memo
orst.experimental_singleton
can contain Streamlit widgets using theexperimental_allow_widgets
parameter. This allows caching checkboxes, sliders, radio buttons, and more!
Other Changes