MirakramAghalarov commited on
Commit
b066de9
Β·
1 Parent(s): b396af2

struggling with frontend placement

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -209,7 +209,7 @@ with demo:
209
  queue=True,
210
  )
211
 
212
- with gr.TabItem("πŸ… LLM Benchmark FineGrained", elem_id="llm-benchmark-tab-table", id=0):
213
  with gr.Row():
214
  with gr.Row():
215
  search_bar = gr.Textbox(
@@ -276,7 +276,7 @@ with demo:
276
  queue=True,
277
  )
278
 
279
- with gr.TabItem("πŸš€ Submit here! ", elem_id="llm-benchmark-tab-table", id=3):
280
  with gr.Column():
281
  with gr.Row():
282
  gr.Markdown(EVALUATION_QUEUE_TEXT, elem_classes="markdown-text")
@@ -352,7 +352,7 @@ with demo:
352
  ],
353
  submission_result,
354
  )
355
- with gr.TabItem("πŸ“ About", elem_id="llm-benchmark-tab-table", id=2):
356
  gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
357
 
358
  with gr.TabItem("πŸ“ Evaluation Datasets", elem_id="llm-benchmark-tab-table", id=4):
 
209
  queue=True,
210
  )
211
 
212
+ with gr.TabItem("πŸ… LLM Benchmark FineGrained", elem_id="llm-benchmark-tab-table", id=1):
213
  with gr.Row():
214
  with gr.Row():
215
  search_bar = gr.Textbox(
 
276
  queue=True,
277
  )
278
 
279
+ with gr.TabItem("πŸš€ Submit here! ", elem_id="llm-benchmark-tab-table", id=2):
280
  with gr.Column():
281
  with gr.Row():
282
  gr.Markdown(EVALUATION_QUEUE_TEXT, elem_classes="markdown-text")
 
352
  ],
353
  submission_result,
354
  )
355
+ with gr.TabItem("πŸ“ About", elem_id="llm-benchmark-tab-table", id=3):
356
  gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
357
 
358
  with gr.TabItem("πŸ“ Evaluation Datasets", elem_id="llm-benchmark-tab-table", id=4):