Spaces:
Runtime error
Runtime error
Commit
·
22d9875
1
Parent(s):
bc4f34f
Update pages/gpt_v1.py
Browse files- pages/gpt_v1.py +1 -1
pages/gpt_v1.py
CHANGED
@@ -19,7 +19,7 @@ page_bg_img = f"""
|
|
19 |
<style>
|
20 |
[data-testid="stAppViewContainer"] > .main {{
|
21 |
background-image: url("https://i.pinimg.com/originals/9f/57/bd/9f57bd45d33eb906fdb3d7ffe22e2058.png");
|
22 |
-
background-size:
|
23 |
background-position: top left;
|
24 |
background-repeat: no-repeat;
|
25 |
background-attachment: local;
|
|
|
19 |
<style>
|
20 |
[data-testid="stAppViewContainer"] > .main {{
|
21 |
background-image: url("https://i.pinimg.com/originals/9f/57/bd/9f57bd45d33eb906fdb3d7ffe22e2058.png");
|
22 |
+
background-size: 70%;
|
23 |
background-position: top left;
|
24 |
background-repeat: no-repeat;
|
25 |
background-attachment: local;
|