Adamiros commited on
Commit
c4c6bb0
·
verified ·
1 Parent(s): 0c7ff92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ with demo:
159
  gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
160
 
161
  with gr.Tabs(elem_classes="tab-buttons") as tabs:
162
- with gr.TabItem("🏅 LLM Benchmark", elem_id="llm-benchmark-tab-table", id=0) as tb_board:
163
  with gr.Row():
164
  with gr.Column():
165
  with gr.Row():
 
159
  gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
160
 
161
  with gr.Tabs(elem_classes="tab-buttons") as tabs:
162
+ with gr.TabItem("🏅 Leaderboard", elem_id="llm-benchmark-tab-table", id=0) as tb_board:
163
  with gr.Row():
164
  with gr.Column():
165
  with gr.Row():