danielz02 commited on
Commit
3aa7108
1 Parent(s): 709c79a

Further reduce model name column width

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -201,7 +201,7 @@ with demo:
201
  elem_id="leaderboard-table",
202
  interactive=False,
203
  visible=True,
204
- column_widths=["2%", "20%"]
205
  )
206
 
207
  # Dummy leaderboard for handling the case when the user uses backspace key
 
201
  elem_id="leaderboard-table",
202
  interactive=False,
203
  visible=True,
204
+ column_widths=["2%", "15%"]
205
  )
206
 
207
  # Dummy leaderboard for handling the case when the user uses backspace key