Update app.py
Browse files
app.py
CHANGED
@@ -570,7 +570,7 @@ with gr.Blocks(
|
|
570 |
|
571 |
/* Style the selected options in dropdown */
|
572 |
.selected-options {
|
573 |
-
color: #
|
574 |
background: white !important;
|
575 |
padding: 4px 8px !important;
|
576 |
border-radius: 4px !important;
|
@@ -579,7 +579,7 @@ with gr.Blocks(
|
|
579 |
|
580 |
/* Style the dropdown options */
|
581 |
.dropdown-option {
|
582 |
-
color: #
|
583 |
background: white !important;
|
584 |
padding: 8px !important;
|
585 |
}
|
|
|
570 |
|
571 |
/* Style the selected options in dropdown */
|
572 |
.selected-options {
|
573 |
+
color: #ffffff !important;
|
574 |
background: white !important;
|
575 |
padding: 4px 8px !important;
|
576 |
border-radius: 4px !important;
|
|
|
579 |
|
580 |
/* Style the dropdown options */
|
581 |
.dropdown-option {
|
582 |
+
color: #ffffff !important;
|
583 |
background: white !important;
|
584 |
padding: 8px !important;
|
585 |
}
|