mavinsao commited on
Commit
4d1b284
·
verified ·
1 Parent(s): 29448e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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>