Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,18 +14,18 @@ from data_integration import scrape_all_pages
|
|
14 |
|
15 |
|
16 |
#img = get_img_as_base64("image.jpg")
|
17 |
-
|
18 |
-
|
19 |
page_bg_img = f"""
|
20 |
<style>
|
21 |
[data-testid="stAppViewContainer"] > .main {{
|
22 |
-
background-image: url("https://unsplash.com/
|
23 |
background-size: 180%;
|
24 |
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;
|
|
|
14 |
|
15 |
|
16 |
#img = get_img_as_base64("image.jpg")
|
17 |
+
|
18 |
+
|
19 |
page_bg_img = f"""
|
20 |
<style>
|
21 |
[data-testid="stAppViewContainer"] > .main {{
|
22 |
+
background-image: url("https://images.unsplash.com/photo-1501426026826-31c667bdf23d");
|
23 |
background-size: 180%;
|
24 |
background-position: top left;
|
25 |
background-repeat: no-repeat;
|
26 |
background-attachment: local;
|
27 |
}}
|
28 |
+
background-image: url("data:image/png;base64,{img}");
|
29 |
[data-testid="stSidebar"] > div:first-child {{
|
30 |
background-position: center;
|
31 |
background-repeat: no-repeat;
|