Pamudu13 commited on
Commit
3486848
·
verified ·
1 Parent(s): 2930911

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -570,7 +570,7 @@ with gr.Blocks(
570
 
571
  /* Style the selected options in dropdown */
572
  .selected-options {
573
- color: #000000 !important;
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: #000000 !important;
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
  }