b1sheng commited on
Commit
16512da
·
1 Parent(s): 307c9f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -68,7 +68,6 @@ with demo:
68
  with gr.TabItem("🏅 LLM Benchmark", elem_id="llm-benchmark-tab-table", id=1):
69
  leaderboard_table = gr.components.Dataframe(
70
  value=leaderboard_df,
71
- datatype=TYPES,
72
  max_rows=None,
73
  elem_id="leaderboard-table",
74
  )
@@ -76,7 +75,6 @@ with demo:
76
  # Dummy leaderboard for handling the case when the user uses backspace key
77
  hidden_leaderboard_table_for_search = gr.components.Dataframe(
78
  value=original_df,
79
- datatype=TYPES,
80
  max_rows=None,
81
  visible=False,
82
  )
 
68
  with gr.TabItem("🏅 LLM Benchmark", elem_id="llm-benchmark-tab-table", id=1):
69
  leaderboard_table = gr.components.Dataframe(
70
  value=leaderboard_df,
 
71
  max_rows=None,
72
  elem_id="leaderboard-table",
73
  )
 
75
  # Dummy leaderboard for handling the case when the user uses backspace key
76
  hidden_leaderboard_table_for_search = gr.components.Dataframe(
77
  value=original_df,
 
78
  max_rows=None,
79
  visible=False,
80
  )