Commit
Β·
b066de9
1
Parent(s):
b396af2
struggling with frontend placement
Browse files
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=
|
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=
|
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=
|
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):
|