vtrv.vls commited on
Commit
8f4c6d6
·
1 Parent(s): d8ef990

table test

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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=0, 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=0, 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=0, elem_classes="subtab"):
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