On hosted site, Streamlit not using config.toml

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.

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.

Hello @cgfdev,

where are you deploying your app?

Are you deploying to streamlit cloud? Or using a container?