tahirsher commited on
Commit
be8b77d
·
verified ·
1 Parent(s): b4aaee4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,8 +22,8 @@ st.markdown(
22
  position: fixed;
23
  top: 0;
24
  left: 0;
25
- width: 50%;
26
- height: 50%;
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;