Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -67,11 +67,11 @@ with gr.Blocks(css=css) as myface:
|
|
67 |
}
|
68 |
|
69 |
.gr-dropdown{
|
70 |
-
color: white
|
71 |
background-image: linear-gradient(#1e1e2e, #24273a, #303446) !important;
|
72 |
}
|
73 |
.gr-textbox{
|
74 |
-
color: white
|
75 |
background-image: linear-gradient(#1e1e2e, #24273a, #303446) !important;
|
76 |
}
|
77 |
</style>
|
|
|
67 |
}
|
68 |
|
69 |
.gr-dropdown{
|
70 |
+
color: white !important;
|
71 |
background-image: linear-gradient(#1e1e2e, #24273a, #303446) !important;
|
72 |
}
|
73 |
.gr-textbox{
|
74 |
+
color: white !important;
|
75 |
background-image: linear-gradient(#1e1e2e, #24273a, #303446) !important;
|
76 |
}
|
77 |
</style>
|