Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,7 +52,7 @@ with gr.Blocks(css=css) as myface:
|
|
| 52 |
color: #ffffff; !important;
|
| 53 |
}
|
| 54 |
.gradio-container {
|
| 55 |
-
background-image: linear-gradient(
|
| 56 |
color: #ffaa66 !important;
|
| 57 |
font-family: 'IBM Plex Sans', sans-serif !important;
|
| 58 |
}
|
|
|
|
| 52 |
color: #ffffff; !important;
|
| 53 |
}
|
| 54 |
.gradio-container {
|
| 55 |
+
background-image: linear-gradient(#ff0000, yellow) !important;
|
| 56 |
color: #ffaa66 !important;
|
| 57 |
font-family: 'IBM Plex Sans', sans-serif !important;
|
| 58 |
}
|