Spaces:
Paused
Paused
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(#8150df, #000000) !important;
|
| 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(#8150df, #6d43e4, #000000) !important;
|
| 56 |
color: #ffaa66 !important;
|
| 57 |
font-family: 'IBM Plex Sans', sans-serif !important;
|
| 58 |
}
|