Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -321,7 +321,7 @@ def create_gradio_app():
|
|
| 321 |
}
|
| 322 |
.gradio-container {
|
| 323 |
background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
|
| 324 |
-
url('file=
|
| 325 |
background-size: cover !important;
|
| 326 |
background-position: center !important;
|
| 327 |
background-attachment: fixed !important;
|
|
|
|
| 321 |
}
|
| 322 |
.gradio-container {
|
| 323 |
background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
|
| 324 |
+
url('file=fantasy-landscape-floating-islands-illustration.jpg') !important;
|
| 325 |
background-size: cover !important;
|
| 326 |
background-position: center !important;
|
| 327 |
background-attachment: fixed !important;
|