Falguni commited on
Commit
a87d3c8
·
1 Parent(s): a0b65fc

Rename dropdown label

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ with gr.Blocks(title="ThinkSquare") as app:
166
  label="Analysis Time per Move (seconds)", value="0.1"
167
  )
168
  style_dropdown = gr.Dropdown(
169
- label="LLM Character Style",
170
  choices=["expert", "novice", "jarvis", "natural"],
171
  value="expert",
172
  )
 
166
  label="Analysis Time per Move (seconds)", value="0.1"
167
  )
168
  style_dropdown = gr.Dropdown(
169
+ label="Style",
170
  choices=["expert", "novice", "jarvis", "natural"],
171
  value="expert",
172
  )