Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ with gr.Blocks(css=css) as myface:
|
|
| 58 |
color: #ffaa66 !important;
|
| 59 |
}
|
| 60 |
.gr-box {
|
| 61 |
-
color: #
|
| 62 |
background-image: linear-gradient(#1e1e2e, #24273a, #303446) !important;
|
| 63 |
border-top-color: #000000 !important;
|
| 64 |
border-right-color: #ffffff !important;
|
|
|
|
| 58 |
color: #ffaa66 !important;
|
| 59 |
}
|
| 60 |
.gr-box {
|
| 61 |
+
color: #ffffff !important;
|
| 62 |
background-image: linear-gradient(#1e1e2e, #24273a, #303446) !important;
|
| 63 |
border-top-color: #000000 !important;
|
| 64 |
border-right-color: #ffffff !important;
|