sheonhan commited on
Commit
80ac3c2
1 Parent(s): 1363c8a
Files changed (1) hide show
  1. app.py +1 -1
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("Running & Pending Evaluation Queue", open=False):
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,