hysts HF staff commited on
Commit
7e70c9e
Β·
1 Parent(s): 456d9a1
Files changed (1) hide show
  1. app.py +3 -3
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.TabItem("πŸ… LLM Benchmark", elem_id="llm-benchmark-tab-table", id=0):
738
  demo_leaderboard.render()
739
 
740
- with gr.TabItem("πŸ“ 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.TabItem("πŸš€ Submit here! ", elem_id="llm-benchmark-tab-table", id=3):
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():