I have been trying to add a background image to my streamlit application for some time. I tried using the “base64” method and CSS. Is there another way to do it? I can add an image to the app, so is there a way to make the image go behind the container?
Hi Prathi,
Have you seen this thread? Looks like there is a solution in there:
Change backgroud - #15
I used the inspect hack with CSS on my application and it works on my personal laptop! However, when I try to open the application on my school laptop, it doesn’t work. I believe it is because my school blocked the inspect feature. Is there a way to add a background image with using the inspect feature?