Ali-C137 commited on
Commit
b561c76
β€’
1 Parent(s): cb60e05

Update app.py

Browse files

Remove `Running Evaluation Queue` toggle

Files changed (1) hide show
  1. app.py +11 -12
app.py CHANGED
@@ -260,18 +260,17 @@ with demo:
260
  datatype=EVAL_TYPES,
261
  row_count=5,
262
  )
263
- with gr.Accordion(
264
- f"πŸ”„ Running Evaluation Queue ({len(running_eval_queue_df)})",
265
- open=False,
266
- ):
267
- with gr.Row():
268
- running_eval_table = gr.components.Dataframe(
269
- value=running_eval_queue_df,
270
- headers=EVAL_COLS,
271
- datatype=EVAL_TYPES,
272
- row_count=5,
273
- )
274
-
275
  with gr.Accordion(
276
  f"⏳ Pending Evaluation Queue ({len(pending_eval_queue_df)})",
277
  open=False,
 
260
  datatype=EVAL_TYPES,
261
  row_count=5,
262
  )
263
+ # with gr.Accordion(
264
+ # f"πŸ”„ Running Evaluation Queue ({len(running_eval_queue_df)})",
265
+ # open=False,
266
+ # ):
267
+ # with gr.Row():
268
+ # running_eval_table = gr.components.Dataframe(
269
+ # value=running_eval_queue_df,
270
+ # headers=EVAL_COLS,
271
+ # datatype=EVAL_TYPES,
272
+ # row_count=5,
273
+ # )
 
274
  with gr.Accordion(
275
  f"⏳ Pending Evaluation Queue ({len(pending_eval_queue_df)})",
276
  open=False,