Release date: Jan 13, 2022
Highlights
-
Introducing st.camera_inputfor uploading images straight from your camera.
Notable Changes
-
Widgets now have the disabledparameter that removes interactivity. -
Clear st.experimental_memoandst.experimental_singletonprogrammatically 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
Gracefully stop screencast recording when user removes permission to record (
Better scale images by using a higher-quality image bilinear resampling algorithm (