For a known issue due to lower Rstudio connect version, I have to use streamlit 0.78 to deploy the app on the connect. It looks like the st.columns() was not yet available for the 0.78.
I’m using it to create equal space for charts on my dashboard. Is there a replacement of the columns() I can use in the 0.78 version streamlit?
Sorry I’m new in streamlit development and this is my first post.
Thank you for your time
However, I discovered more errors relevant to the version compatibility issues. I eventually convinced my manager to go with the latest streamlit version and community cloud for deployment. So that I don’t have to worry about it anymore.