Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ page_bg_img = f"""
|
|
20 |
<style>
|
21 |
[data-testid="stAppViewContainer"] > .main {{
|
22 |
background-image: url("https://i.pinimg.com/originals/6f/6c/15/6f6c1538b050072b002dbc06bedaaf90.jpg");
|
23 |
-
background-size:
|
24 |
background-position: top left;
|
25 |
background-repeat: no-repeat;
|
26 |
background-attachment: local;
|
|
|
20 |
<style>
|
21 |
[data-testid="stAppViewContainer"] > .main {{
|
22 |
background-image: url("https://i.pinimg.com/originals/6f/6c/15/6f6c1538b050072b002dbc06bedaaf90.jpg");
|
23 |
+
background-size: 180%;
|
24 |
background-position: top left;
|
25 |
background-repeat: no-repeat;
|
26 |
background-attachment: local;
|