Spaces:
Sleeping
Sleeping
Commit
·
0cb2de5
1
Parent(s):
f334c6b
upgrade leaderboard
Browse files
app.py
CHANGED
@@ -830,7 +830,7 @@ def update_tables(selected_types):
|
|
830 |
|
831 |
print(outputs)
|
832 |
print(type(outputs))
|
833 |
-
|
834 |
return outputs
|
835 |
|
836 |
def load_test_data():
|
|
|
830 |
|
831 |
print(outputs)
|
832 |
print(type(outputs))
|
833 |
+
print(type(outputs[0]))
|
834 |
return outputs
|
835 |
|
836 |
def load_test_data():
|