Spaces:
Runtime error
Runtime error
copy edit
Browse files
app.py
CHANGED
@@ -340,7 +340,7 @@ We chose these benchmarks as they test a variety of reasoning and general knowle
|
|
340 |
max_rows=5,
|
341 |
)
|
342 |
|
343 |
-
with gr.Accordion("
|
344 |
with gr.Row():
|
345 |
pending_eval_table = gr.components.Dataframe(
|
346 |
value=pending_eval_queue,
|
|
|
340 |
max_rows=5,
|
341 |
)
|
342 |
|
343 |
+
with gr.Accordion("Pending Evaluation Queue", open=False):
|
344 |
with gr.Row():
|
345 |
pending_eval_table = gr.components.Dataframe(
|
346 |
value=pending_eval_queue,
|