You can easily change the background color via theming nowadays. Just add the following text to your config file (in .streamlit/config.toml
) to e.g. make the background orange:
[theme]
backgroundColor="#FFA421"
There are also more options, see our theming docs