Spaces:
Running
Running
Jae-Won Chung
commited on
Commit
·
220d165
1
Parent(s):
2e3c3ed
Update radio button text
Browse files
app.py
CHANGED
|
@@ -255,7 +255,7 @@ with block:
|
|
| 255 |
with gr.TabItem("Leaderboard"):
|
| 256 |
with gr.Row():
|
| 257 |
with gr.Box():
|
| 258 |
-
gr.Markdown("## Select benchmark
|
| 259 |
checkboxes = []
|
| 260 |
for key, choices in global_tbm.schema.items():
|
| 261 |
# Specifying `value` makes everything checked by default.
|
|
|
|
| 255 |
with gr.TabItem("Leaderboard"):
|
| 256 |
with gr.Row():
|
| 257 |
with gr.Box():
|
| 258 |
+
gr.Markdown("## Select benchmark results to show")
|
| 259 |
checkboxes = []
|
| 260 |
for key, choices in global_tbm.schema.items():
|
| 261 |
# Specifying `value` makes everything checked by default.
|