prithivMLmods commited on
Commit
206619d
·
verified ·
1 Parent(s): f3a2467

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -17,6 +17,12 @@ footer {
17
  }
18
  '''
19
 
 
 
 
 
 
 
20
  DESCRIPTIONXX = """
21
  ## REALVISXL V5 + LIGHTNING ⚡
22
  """
@@ -160,7 +166,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
160
  run_button = gr.Button("Run", scale=0)
161
  result = gr.Gallery(label="Result", columns=1, show_label=False)
162
 
163
- with gr.Row():
164
  model_choice = gr.Dropdown(
165
  label="Model Selection🔻",
166
  choices=list(MODEL_OPTIONS.keys()),
 
17
  }
18
  '''
19
 
20
+ css += """
21
+ .select-dropdown__single-value {
22
+ color: blue;
23
+ }
24
+ """
25
+
26
  DESCRIPTIONXX = """
27
  ## REALVISXL V5 + LIGHTNING ⚡
28
  """
 
166
  run_button = gr.Button("Run", scale=0)
167
  result = gr.Gallery(label="Result", columns=1, show_label=False)
168
 
169
+ with gr.Row(css=css):
170
  model_choice = gr.Dropdown(
171
  label="Model Selection🔻",
172
  choices=list(MODEL_OPTIONS.keys()),