Yntec commited on
Commit
db5a914
1 Parent(s): fa185ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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>