Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -121,6 +121,5 @@ def set_bg_from_url(url, opacity=1):
|
|
121 |
""",
|
122 |
unsafe_allow_html=True
|
123 |
)
|
124 |
-
|
125 |
# Set background image from URL
|
126 |
-
set_bg_from_url("https://www.1access.com/wp-content/uploads/2019/10/GettyImages-1180389186.jpg", opacity=0.
|
|
|
121 |
""",
|
122 |
unsafe_allow_html=True
|
123 |
)
|
|
|
124 |
# Set background image from URL
|
125 |
+
set_bg_from_url("https://www.1access.com/wp-content/uploads/2019/10/GettyImages-1180389186.jpg", opacity=0.5)
|