Version 0.72.0

Version 0.72.0

Release date: December 2, 2020

Notable Changes

  • :rainbow: Establish a framework for theming and migrate existing components.
  • :iphone: Improve the sidebar experience for mobile devices.
  • :toolbox: Updated st.file_uploader to reduce reruns

Check out our release app for more details!

Special Thanks

Thanks to SimonBiggs, tobyglei, nicolaskruchten and hendrik-teuber-by for the contribution!

7 Likes

Hello Streamlit team
Always a pleasure to play with the latest updates!

I have noticed that since the sidebar improvements for mobile on 0.72, sidebar first line of text is really low:
image

I was used to reduce this padding with a hook:

st.markdown(
   '''<style>
        .sidebar .sidebar-content {padding-top: 3rem;}
      </style>''', 
   unsafe_allow_html=True)

But unfortunately, this is no longer working.
I hope you guys can find a way to configure this easily so we can compact a bit more what’s in the sidebar.

Kind Regards
Seb

3 Likes