xeon27 commited on
Commit
bb10943
·
1 Parent(s): 4410a31

Add datatype

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -95,6 +95,7 @@ def init_leaderboard(dataframe, benchmark_type):
95
 
96
  return gr.components.Dataframe(
97
  value=dataframe,
 
98
  )
99
 
100
 
 
95
 
96
  return gr.components.Dataframe(
97
  value=dataframe,
98
+ datatype=[c.type for c in AutoEvalColumnSubset],
99
  )
100
 
101