Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,8 +22,8 @@ st.markdown(
|
|
22 |
position: fixed;
|
23 |
top: 0;
|
24 |
left: 0;
|
25 |
-
width:
|
26 |
-
height:
|
27 |
z-index: -1; /* Send background image behind all UI elements */
|
28 |
background-image: url("{flower_image_url}");
|
29 |
background-size: cover;
|
|
|
22 |
position: fixed;
|
23 |
top: 0;
|
24 |
left: 0;
|
25 |
+
width: 100%;
|
26 |
+
height: 100%;
|
27 |
z-index: -1; /* Send background image behind all UI elements */
|
28 |
background-image: url("{flower_image_url}");
|
29 |
background-size: cover;
|