Summary
On my local version, Streamlit is changing the stylings of the app using config.toml as intended, but when I deploy to the web, it is using the default stylings. I have deployed my .streamlit folder and config.toml, but no luck.
On my local version, Streamlit is changing the stylings of the app using config.toml as intended, but when I deploy to the web, it is using the default stylings. I have deployed my .streamlit folder and config.toml, but no luck.
If changes to
.streamlit/config.toml
are made while the app is running, the server needs to be restarted for changes to be reflected in the app.
Are you deploying to streamlit cloud? Or using a container?