Spaces:
Runtime error
Runtime error
Duy-Anh Dang
commited on
Commit
·
d58d29e
1
Parent(s):
72f911c
bg single
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ def add_bg_from_url():
|
|
| 64 |
f"""
|
| 65 |
<style>
|
| 66 |
.stApp {{
|
| 67 |
-
background-image: linear-gradient(#
|
| 68 |
background-attachment: fixed;
|
| 69 |
background-size: cover
|
| 70 |
}}
|
|
@@ -74,6 +74,7 @@ def add_bg_from_url():
|
|
| 74 |
)
|
| 75 |
|
| 76 |
add_bg_from_url()
|
|
|
|
| 77 |
|
| 78 |
|
| 79 |
#add whitespace to fix scroll
|
|
|
|
| 64 |
f"""
|
| 65 |
<style>
|
| 66 |
.stApp {{
|
| 67 |
+
background-image: linear-gradient(#126072,#1C8D99);
|
| 68 |
background-attachment: fixed;
|
| 69 |
background-size: cover
|
| 70 |
}}
|
|
|
|
| 74 |
)
|
| 75 |
|
| 76 |
add_bg_from_url()
|
| 77 |
+
#linear-gradient(#0A3144,#126072,#1C8D99);
|
| 78 |
|
| 79 |
|
| 80 |
#add whitespace to fix scroll
|