felix commited on
Commit
fc5d5f9
·
1 Parent(s): ca1eab1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ def display(x, y):
185
  print(first_50_rows.to_string())
186
  #json_data = subset_df.to_json(orient='records')
187
  #print(json_data) # Print JSON representation
188
- return subset_df
189
 
190
  INTRODUCTION_TEXT = """
191
  This is a copied space from Open Source LLM leaderboard. Instead of displaying
 
185
  print(first_50_rows.to_string())
186
  #json_data = subset_df.to_json(orient='records')
187
  #print(json_data) # Print JSON representation
188
+ return first_50_rows
189
 
190
  INTRODUCTION_TEXT = """
191
  This is a copied space from Open Source LLM leaderboard. Instead of displaying