How to set the backgroud for a streamlit web program?

Hey @BeyondMyself,

Check out this code from @andfanilo that changes the background colour of a streamlit app using a style.css file. Currently, the only way to change the background colour of your app is to write some css code to over ride the defaults that Streamlit uses.

However, we are currently working on theming, which will allow you to do just this (but easier!!) and that is set to come out very soon! The planned launch is this quarter!!! :star_struck: :partying_face:

Happy Streamlit-ing!
Marisa

3 Likes