pankajsingh3012 commited on
Commit
916f64e
·
verified ·
1 Parent(s): c98a15b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def set_bg_hack(main_bg):
15
  background: url(data:image/{main_bg_ext};base64,{base64.b64encode(open(main_bg, "rb").read()).decode()});
16
  background-repeat: no-repeat;
17
  background-position: right 50% bottom 95% ;
18
- background-size: contain;
19
  background-attachment: scroll;
20
  }}
21
  </style>
 
15
  background: url(data:image/{main_bg_ext};base64,{base64.b64encode(open(main_bg, "rb").read()).decode()});
16
  background-repeat: no-repeat;
17
  background-position: right 50% bottom 95% ;
18
+ background-size: cover;
19
  background-attachment: scroll;
20
  }}
21
  </style>