Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ from data_integration import scrape_all_pages
|
|
13 |
# return base64.b64encode(data).decode()
|
14 |
|
15 |
|
16 |
-
#img = get_img_as_base64("image.jpg")
|
17 |
|
18 |
|
19 |
page_bg_img = f"""
|
@@ -25,7 +25,7 @@ background-position: top left;
|
|
25 |
background-repeat: no-repeat;
|
26 |
background-attachment: local;
|
27 |
}}
|
28 |
-
|
29 |
[data-testid="stSidebar"] > div:first-child {{
|
30 |
background-position: center;
|
31 |
background-repeat: no-repeat;
|
|
|
13 |
# return base64.b64encode(data).decode()
|
14 |
|
15 |
|
16 |
+
#img = get_img_as_base64("image.jpg")background-image: url("data:image/png;base64,{img}");
|
17 |
|
18 |
|
19 |
page_bg_img = f"""
|
|
|
25 |
background-repeat: no-repeat;
|
26 |
background-attachment: local;
|
27 |
}}
|
28 |
+
|
29 |
[data-testid="stSidebar"] > div:first-child {{
|
30 |
background-position: center;
|
31 |
background-repeat: no-repeat;
|