pratyushmaini commited on
Commit
369a3cd
1 Parent(s): 8c35765
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ with demo:
38
  )
39
 
40
  leaderboard_table = gr.components.Dataframe(
41
- value=load_data(1), # Load initial version (version 1)
42
  interactive=True,
43
  visible=True,
44
  )
 
38
  )
39
 
40
  leaderboard_table = gr.components.Dataframe(
41
+ value=load_data("llama"), # Load initial version (version 1)
42
  interactive=True,
43
  visible=True,
44
  )