Change8

1.61.1

📦 streamlitView on GitHub →
🐛 5 fixes🔧 6 symbols

Summary

This release addresses several bugs in Streamlit, improving the rendering of dataframes, file uploads, maps, sliders, and text areas. These fixes enhance the overall stability and user experience of the Streamlit framework.

🐛 Bug Fixes

  • Fixes a bug where `st.dataframe` would not render correctly when using `use_container_width=True` with a DataFrame that had a large number of columns.
  • Fixes a bug where `st.file_uploader` would not correctly handle file uploads with certain special characters in their filenames.
  • Fixes a bug where `st.map` would not display markers correctly when using a custom icon.
  • Fixes a bug where `st.slider` would not update its value correctly when used in conjunction with `st.session_state`.
  • Fixes a bug where `st.text_area` would not preserve its content when the app was rerun.

Affected Symbols