Rename dropdown label
Browse files
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="
|
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 |
)
|