Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ with demo:
|
|
96 |
|
97 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
98 |
with gr.TabItem("🏅 LLM Benchmark", elem_id="llm-benchmark-tab-table", id=0):
|
99 |
-
|
100 |
gr.Markdown("MMM", elem_classes="markdown-text")
|
101 |
|
102 |
with gr.TabItem("📝 About", elem_id="llm-benchmark-tab-table", id=2):
|
|
|
96 |
|
97 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
98 |
with gr.TabItem("🏅 LLM Benchmark", elem_id="llm-benchmark-tab-table", id=0):
|
99 |
+
leaderboard = init_leaderboard(LEADERBOARD_DF)
|
100 |
gr.Markdown("MMM", elem_classes="markdown-text")
|
101 |
|
102 |
with gr.TabItem("📝 About", elem_id="llm-benchmark-tab-table", id=2):
|