Spaces:
Runtime error
Runtime error
Commit
·
3313e8f
1
Parent(s):
22d9875
Update app.py
Browse files
app.py
CHANGED
@@ -25,12 +25,12 @@ background-repeat: no-repeat;
|
|
25 |
background-attachment: local;
|
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;
|
33 |
-
}}
|
34 |
|
35 |
[data-testid="stHeader"] {{
|
36 |
background: rgba(1,1,1,1);
|
|
|
25 |
background-attachment: local;
|
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;
|
33 |
+
# }}
|
34 |
|
35 |
[data-testid="stHeader"] {{
|
36 |
background: rgba(1,1,1,1);
|