Spaces:
Sleeping
Sleeping
vtrv.vls
commited on
Commit
·
8f4c6d6
1
Parent(s):
d8ef990
table test
Browse files
app.py
CHANGED
@@ -55,15 +55,15 @@ def tab_leaderboard():
|
|
55 |
with gradio.Blocks() as demo:
|
56 |
gradio.DataFrame(df)
|
57 |
|
58 |
-
with gradio.TabItem("Autometrics", elem_id="od-benchmark-tab-table-ablation", id=
|
59 |
with gradio.Blocks() as demo:
|
60 |
gradio.DataFrame(df)
|
61 |
|
62 |
-
with gradio.TabItem("SBS metrics", elem_id="od-benchmark-tab-table-ablation", id=
|
63 |
with gradio.Blocks() as demo:
|
64 |
gradio.DataFrame(df)
|
65 |
|
66 |
-
with gradio.TabItem("Arena ELO rating", elem_id="od-benchmark-tab-table-ablation", id=
|
67 |
with gradio.Blocks() as demo:
|
68 |
gradio.DataFrame(df)
|
69 |
|
|
|
55 |
with gradio.Blocks() as demo:
|
56 |
gradio.DataFrame(df)
|
57 |
|
58 |
+
with gradio.TabItem("Autometrics", elem_id="od-benchmark-tab-table-ablation", id=1, elem_classes="subtab"):
|
59 |
with gradio.Blocks() as demo:
|
60 |
gradio.DataFrame(df)
|
61 |
|
62 |
+
with gradio.TabItem("SBS metrics", elem_id="od-benchmark-tab-table-ablation", id=2, elem_classes="subtab"):
|
63 |
with gradio.Blocks() as demo:
|
64 |
gradio.DataFrame(df)
|
65 |
|
66 |
+
with gradio.TabItem("Arena ELO rating", elem_id="od-benchmark-tab-table-ablation", id=3, elem_classes="subtab"):
|
67 |
with gradio.Blocks() as demo:
|
68 |
gradio.DataFrame(df)
|
69 |
|