Spaces:
Runtime error
Runtime error
felix
commited on
Commit
·
fc5d5f9
1
Parent(s):
ca1eab1
fix
Browse files
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
|
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
|