Hey Streamlit Community! ![]()
I’ve successfully customized my Streamlit app’s theme locally using the config.toml file with settings like primaryColor, backgroundColor, and textColor. Everything looks great when running the app locally.
However, after deploying the app on my self-hosted server, the theme changes don’t seem to reflect. The app still uses the default theme settings.
Here’s what I’ve done so far:
- Edited the
~/.streamlit/config.tomlfile on my server. - Restarted the app after making the changes.
Locally, everything works perfectly, but I’m not sure how to make the theme changes reflect on the deployed version. Has anyone else encountered this issue or know how to fix it?
Any help would be much appreciated!
Thanks in advance!