Highlights
- 📸 Introducing
st.camera_input
for uploading images straight from your camera.
Notable Changes
- 🚦 Widgets now have the
disabled
parameter that removes interactivity. - 🚮 Clear
st.experimental_memo
andst.experimental_singleton
programmatically by using theclear()
method on a cached function. - 📨 Developers can now configure the maximum size of a message to accommodate larger messages within the Streamlit application. See
server.maxMessageSize
. - 🐍 We formally added support for Python 3.10.
Other Changes