Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update
Browse files
app.py
CHANGED
@@ -734,13 +734,13 @@ with gr.Blocks(css_paths="style.css", theme=gr.themes.Glass()) as demo:
|
|
734 |
introduction_text = gr.Markdown(INTRODUCTION_TEXT_JA, elem_classes="markdown-text")
|
735 |
|
736 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
737 |
-
with gr.
|
738 |
demo_leaderboard.render()
|
739 |
|
740 |
-
with gr.
|
741 |
llm_benchmarks_text = gr.Markdown(LLM_BENCHMARKS_TEXT_JA, elem_classes="markdown-text")
|
742 |
|
743 |
-
with gr.
|
744 |
demo_submission.render()
|
745 |
|
746 |
with gr.Row():
|
|
|
734 |
introduction_text = gr.Markdown(INTRODUCTION_TEXT_JA, elem_classes="markdown-text")
|
735 |
|
736 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
737 |
+
with gr.Tab("π
LLM Benchmark", elem_id="llm-benchmark-tab-table", id=0):
|
738 |
demo_leaderboard.render()
|
739 |
|
740 |
+
with gr.Tab("π About", elem_id="llm-benchmark-tab-table", id=2):
|
741 |
llm_benchmarks_text = gr.Markdown(LLM_BENCHMARKS_TEXT_JA, elem_classes="markdown-text")
|
742 |
|
743 |
+
with gr.Tab("π Submit here! ", elem_id="llm-benchmark-tab-table", id=3):
|
744 |
demo_submission.render()
|
745 |
|
746 |
with gr.Row():
|