Spaces:
Runtime error
Runtime error
Commit
·
bc4f34f
1
Parent(s):
de0a9d6
Update pages/gpt_v1.py
Browse files- pages/gpt_v1.py +7 -7
pages/gpt_v1.py
CHANGED
@@ -25,13 +25,13 @@ 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-02/1614542041_37-p-fon-belii-tekstura-43.jpg");
|
30 |
-
background-size: 100%;
|
31 |
-
background-position: center;
|
32 |
-
background-repeat: no-repeat;
|
33 |
-
background-attachment: fixed;
|
34 |
-
}}
|
35 |
|
36 |
[data-testid="stHeader"] {{
|
37 |
background: rgba(0,0,0,0);
|
|
|
25 |
background-attachment: local;
|
26 |
}}
|
27 |
|
28 |
+
# [data-testid="stSidebar"] > div:first-child {{
|
29 |
+
# background-image: url("https://catherineasquithgallery.com/uploads/posts/2021-02/1614542041_37-p-fon-belii-tekstura-43.jpg");
|
30 |
+
# background-size: 100%;
|
31 |
+
# background-position: center;
|
32 |
+
# background-repeat: no-repeat;
|
33 |
+
# background-attachment: fixed;
|
34 |
+
# }}
|
35 |
|
36 |
[data-testid="stHeader"] {{
|
37 |
background: rgba(0,0,0,0);
|