Spaces:
Sleeping
Sleeping
XufengDuan
commited on
Commit
·
bb347af
1
Parent(s):
03656b1
update scripts
Browse files
app.py
CHANGED
@@ -281,7 +281,7 @@ with demo:
|
|
281 |
elem_id="leaderboard-table",
|
282 |
interactive=False,
|
283 |
visible=True,
|
284 |
-
column_widths=["
|
285 |
)
|
286 |
|
287 |
# Dummy leaderboard for handling the case when the user uses backspace key
|
|
|
281 |
elem_id="leaderboard-table",
|
282 |
interactive=False,
|
283 |
visible=True,
|
284 |
+
column_widths=["33%", "33%"]
|
285 |
)
|
286 |
|
287 |
# Dummy leaderboard for handling the case when the user uses backspace key
|