HugMeBytes commited on
Commit
51c8006
·
verified ·
1 Parent(s): 05fadf0

updated dropdown title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ with gr.Blocks() as demo:
185
  with gr.Row():
186
  with gr.Column(scale=1):
187
  mode = gr.Dropdown(
188
- label="Overthinking Mode",
189
  choices=list(MODES.keys()),
190
  value="Overthinker",
191
  interactive=True
 
185
  with gr.Row():
186
  with gr.Column(scale=1):
187
  mode = gr.Dropdown(
188
+ label="Select Overthinking Mode",
189
  choices=list(MODES.keys()),
190
  value="Overthinker",
191
  interactive=True