Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def st_display_background(image_url):
|
|
12 |
st_style = f"""
|
13 |
<style>
|
14 |
body {{
|
15 |
-
background-image: url("{image_url}");
|
16 |
background-size: cover;
|
17 |
}}
|
18 |
</style>
|
|
|
12 |
st_style = f"""
|
13 |
<style>
|
14 |
body {{
|
15 |
+
background-image: url("{image_url}") !important;
|
16 |
background-size: cover;
|
17 |
}}
|
18 |
</style>
|