Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -66,7 +66,7 @@ with gr.Blocks(css=css) as myface:
|
|
| 66 |
}
|
| 67 |
.gr-input {
|
| 68 |
color: #ffffff; !important;
|
| 69 |
-
background-
|
| 70 |
}
|
| 71 |
:root {
|
| 72 |
--neutral-100: #000000 !important;
|
|
|
|
| 66 |
}
|
| 67 |
.gr-input {
|
| 68 |
color: #ffffff; !important;
|
| 69 |
+
background-color: #000000 !important;
|
| 70 |
}
|
| 71 |
:root {
|
| 72 |
--neutral-100: #000000 !important;
|