Yntec commited on
Commit
d583e6a
1 Parent(s): 5dfc1d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -81,6 +81,11 @@ with gr.Blocks(css=css) as myface:
81
  with gr.Row():
82
  with gr.Column(scale=100):
83
  #Model selection dropdown
 
 
 
 
 
84
  model_name1 = gr.Dropdown(label="Select Model", choices=[m for m in models], type="index", value=current_model, interactive=True)
85
  with gr.Row():
86
  with gr.Column(scale=100):
 
81
  with gr.Row():
82
  with gr.Column(scale=100):
83
  #Model selection dropdown
84
+ gr.HTML("""<style> .required-dropdown li{
85
+ color: white
86
+ background-image: linear-gradient(#1e1e2e, #24273a, #303446) !important;
87
+ } </style>""")
88
+
89
  model_name1 = gr.Dropdown(label="Select Model", choices=[m for m in models], type="index", value=current_model, interactive=True)
90
  with gr.Row():
91
  with gr.Column(scale=100):