Hello,
I had a question that how can we set a permanent theme for a deployed streamlit app?
e.g I have an app deployed but the default theme for the same is a dark theme which I don’t want, so how can I set the white theme as a default theme for my deployed app?
read the theme docs
Simplified below:
- create
streamlit/config.toml
file - add the following:
[theme]
- go to you app settings and select what you want
- copy theme to clipboard
and paste it under the[theme]
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.