Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|
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>
|