Spaces:
Runtime error
Runtime error
Duy-Anh Dang
commited on
Commit
·
aa0127a
1
Parent(s):
d58d29e
new bg
Browse files
app.py
CHANGED
|
@@ -64,13 +64,14 @@ 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 |
}}
|
| 71 |
</style>
|
| 72 |
""",
|
| 73 |
unsafe_allow_html=True
|
|
|
|
| 74 |
)
|
| 75 |
|
| 76 |
add_bg_from_url()
|
|
|
|
| 64 |
f"""
|
| 65 |
<style>
|
| 66 |
.stApp {{
|
| 67 |
+
background-image: linear-gradient(#45eff5,#1C8D99);
|
| 68 |
background-attachment: fixed;
|
| 69 |
background-size: cover
|
| 70 |
}}
|
| 71 |
</style>
|
| 72 |
""",
|
| 73 |
unsafe_allow_html=True
|
| 74 |
+
|
| 75 |
)
|
| 76 |
|
| 77 |
add_bg_from_url()
|