MirakramAghalarov commited on
Commit
c01889b
Β·
1 Parent(s): 254da86

changed the place of about

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -234,11 +234,7 @@ with demo:
234
  datatype=EVAL_TYPES,
235
  row_count=5,
236
  )
237
- with gr.TabItem("πŸ“ About", elem_id="llm-benchmark-tab-table", id=2):
238
- gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
239
-
240
- with gr.TabItem("πŸ“ Evaluation Datasets", elem_id="llm-benchmark-tab-table", id=4):
241
- gr.Markdown(LLM_DATASET_TEXT, elem_classes="markdown-text")
242
 
243
 
244
  with gr.Row():
@@ -274,6 +270,11 @@ with demo:
274
  ],
275
  submission_result,
276
  )
 
 
 
 
 
277
 
278
  scheduler = BackgroundScheduler()
279
  scheduler.add_job(restart_space, "interval", seconds=300)
 
234
  datatype=EVAL_TYPES,
235
  row_count=5,
236
  )
237
+
 
 
 
 
238
 
239
 
240
  with gr.Row():
 
270
  ],
271
  submission_result,
272
  )
273
+ with gr.TabItem("πŸ“ About", elem_id="llm-benchmark-tab-table", id=2):
274
+ gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
275
+
276
+ with gr.TabItem("πŸ“ Evaluation Datasets", elem_id="llm-benchmark-tab-table", id=4):
277
+ gr.Markdown(LLM_DATASET_TEXT, elem_classes="markdown-text")
278
 
279
  scheduler = BackgroundScheduler()
280
  scheduler.add_job(restart_space, "interval", seconds=300)