Spaces:
Runtime error
Runtime error
Commit ·
8a8f1ce
1
Parent(s): f799afa
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ def get_img_as_base64(file):
|
|
| 13 |
page_bg_img = f"""
|
| 14 |
<style>
|
| 15 |
[data-testid="stAppViewContainer"] > .main {{
|
| 16 |
-
background-image: url("https://
|
| 17 |
background-size: 120%;
|
| 18 |
background-position: top left;
|
| 19 |
background-repeat: no-repeat;
|
|
@@ -21,7 +21,7 @@ background-attachment: local;
|
|
| 21 |
}}
|
| 22 |
|
| 23 |
[data-testid="stSidebar"] > div:first-child {{
|
| 24 |
-
background-image: url("https://kartinkin.net/uploads/posts/2022-
|
| 25 |
background-size: 115%;
|
| 26 |
background-position: center;
|
| 27 |
background-repeat: no-repeat;
|
|
|
|
| 13 |
page_bg_img = f"""
|
| 14 |
<style>
|
| 15 |
[data-testid="stAppViewContainer"] > .main {{
|
| 16 |
+
background-image: url("https://catherineasquithgallery.com/uploads/posts/2021-02/1614374202_41-p-fon-tekhnologii-svetlii-53.jpg");
|
| 17 |
background-size: 120%;
|
| 18 |
background-position: top left;
|
| 19 |
background-repeat: no-repeat;
|
|
|
|
| 21 |
}}
|
| 22 |
|
| 23 |
[data-testid="stSidebar"] > div:first-child {{
|
| 24 |
+
background-image: url("https://kartinkin.net/uploads/posts/2022-01/1643325727_14-kartinkin-net-p-pattern-neiroset-krasivie-16.jpg");
|
| 25 |
background-size: 115%;
|
| 26 |
background-position: center;
|
| 27 |
background-repeat: no-repeat;
|