While deploying app on streamlit, dataframe collapses and doesn’t show all the columns properly. It looks like this:
The same app run on local host displays dataframe like this:
which is the layout I want.
Thanks in advance
While deploying app on streamlit, dataframe collapses and doesn’t show all the columns properly. It looks like this:
The same app run on local host displays dataframe like this:
Thanks in advance
Make sure you are using the same version of streamlit. The most reliable way is the about dialog in the application.
Buddy, thanks for the help