Spaces:
Running
Running
Commit
·
545a4a4
1
Parent(s):
8226a3d
add
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ def init_leaderboard(dataframe):
|
|
77 |
datatype=[c.type for c in fields(AutoEvalColumn)],
|
78 |
row_count=10,
|
79 |
interactive=False,
|
80 |
-
column_widths=[
|
81 |
)
|
82 |
|
83 |
|
|
|
77 |
datatype=[c.type for c in fields(AutoEvalColumn)],
|
78 |
row_count=10,
|
79 |
interactive=False,
|
80 |
+
column_widths=[180, 60, 80, 80, 80, 80, 60],
|
81 |
)
|
82 |
|
83 |
|