Spaces:
Runtime error
Runtime error
Commit
·
15186cf
1
Parent(s):
e374137
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def get_img_as_base64(file):
|
|
18 |
page_bg_img = f"""
|
19 |
<style>
|
20 |
[data-testid="stAppViewContainer"] > .main {{
|
21 |
-
background-image: url("https://
|
22 |
background-size: 160%;
|
23 |
background-position: top left;
|
24 |
background-repeat: no-repeat;
|
@@ -26,7 +26,7 @@ background-attachment: local;
|
|
26 |
}}
|
27 |
|
28 |
[data-testid="stSidebar"] > div:first-child {{
|
29 |
-
background-image: url("https://
|
30 |
background-position: center;
|
31 |
background-repeat: no-repeat;
|
32 |
background-attachment: fixed;
|
|
|
18 |
page_bg_img = f"""
|
19 |
<style>
|
20 |
[data-testid="stAppViewContainer"] > .main {{
|
21 |
+
background-image: url("https://catherineasquithgallery.com/uploads/posts/2021-03/1614791989_157-p-fon-dlya-delovoi-prezentatsii-166.jpg");
|
22 |
background-size: 160%;
|
23 |
background-position: top left;
|
24 |
background-repeat: no-repeat;
|
|
|
26 |
}}
|
27 |
|
28 |
[data-testid="stSidebar"] > div:first-child {{
|
29 |
+
background-image: url("https://catherineasquithgallery.com/uploads/posts/2021-03/1614791989_157-p-fon-dlya-delovoi-prezentatsii-166.jpg");
|
30 |
background-position: center;
|
31 |
background-repeat: no-repeat;
|
32 |
background-attachment: fixed;
|