Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -59,6 +59,9 @@ with gr.Blocks(css=css) as myface:
|
|
59 |
.text-gray-500 {
|
60 |
color: #ffffff !important;
|
61 |
}
|
|
|
|
|
|
|
62 |
.gr-box {
|
63 |
color: #000000 !important;
|
64 |
background-image: linear-gradient(#563595, #6d43e4, #8150df) !important;
|
|
|
59 |
.text-gray-500 {
|
60 |
color: #ffffff !important;
|
61 |
}
|
62 |
+
.text-gray-900 {
|
63 |
+
color: #ffd31e !important;
|
64 |
+
}
|
65 |
.gr-box {
|
66 |
color: #000000 !important;
|
67 |
background-image: linear-gradient(#563595, #6d43e4, #8150df) !important;
|