Highlights:
-
New input widget for entering numbers with the keyboard:
st.number_input()
-
Audio/video improvements: ability to load from a URL, to embed YouTube videos, and to set the start position.
-
You can now (once again) share static snapshots of your apps to S3! See the S3 section of
streamlit config show
to set it up. Then share from top-right menu. -
Use
server.baseUrlPath
config option to set Streamlit’s URL to something likehttp://domain.com/customPath
.
Notable bug fixes:
- Fixes numerous Windows bugs, including Issues #339 and #401.