eduardo-alvarez
commited on
Commit
β’
b2842f3
1
Parent(s):
0090c02
Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ with demo:
|
|
137 |
|
138 |
|
139 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
140 |
-
with gr.TabItem("π LLM
|
141 |
with gr.Row():
|
142 |
with gr.Column():
|
143 |
filter_hw = gr.CheckboxGroup(choices=["Gaudi","Xeon","GPU Max","Arc GPU","Core Ultra"],
|
|
|
137 |
|
138 |
|
139 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
140 |
+
with gr.TabItem("π LLM Leaderboard", elem_id="llm-benchmark-table", id=0):
|
141 |
with gr.Row():
|
142 |
with gr.Column():
|
143 |
filter_hw = gr.CheckboxGroup(choices=["Gaudi","Xeon","GPU Max","Arc GPU","Core Ultra"],
|