jasonshaoshun commited on
Commit
9810745
·
1 Parent(s): 3cfa82d
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -620,6 +620,7 @@ with demo:
620
  You can combine filters to see specific task-model combinations.
621
  """)
622
  leaderboard = init_leaderboard_mib_subgraph(LEADERBOARD_DF_MIB_SUBGRAPH, "Subgraph")
 
623
 
624
  # Then modify the Causal Graph tab section
625
  with gr.TabItem("Causal Graph", elem_id="causalgraph", id=1):
 
620
  You can combine filters to see specific task-model combinations.
621
  """)
622
  leaderboard = init_leaderboard_mib_subgraph(LEADERBOARD_DF_MIB_SUBGRAPH, "Subgraph")
623
+ print(f"Leaderboard is {leaderboard}")
624
 
625
  # Then modify the Causal Graph tab section
626
  with gr.TabItem("Causal Graph", elem_id="causalgraph", id=1):