Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -57,10 +57,7 @@ with gr.Blocks(css=css) as myface:
|
|
57 |
font-family: 'IBM Plex Sans', sans-serif !important;
|
58 |
}
|
59 |
.text-gray-500 {
|
60 |
-
color: #
|
61 |
-
}
|
62 |
-
.text-gray-900 {
|
63 |
-
color: #ffd31e !important;
|
64 |
}
|
65 |
.gr-box {
|
66 |
color: #000000 !important;
|
|
|
57 |
font-family: 'IBM Plex Sans', sans-serif !important;
|
58 |
}
|
59 |
.text-gray-500 {
|
60 |
+
color: #ffaa66 !important;
|
|
|
|
|
|
|
61 |
}
|
62 |
.gr-box {
|
63 |
color: #000000 !important;
|