I just deployed an app via share.streamlit.io and some of the data display tools such as: st.table, st.pyplot, etc. have no option to view them in fullscreen mode like the ones in my local machine.
Also, the sizes of the sidebar and main page are little bit different between the two.
Itâs a âworkaroundâ rather than a solution I guess. You still have to find whatâs wrong with the st.beta_expander() in the deployed app as it has no problem in my local app.