Clémentine commited on
Commit
f2e1acc
1 Parent(s): 783ccc5

remove hardcoded column sizing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -218,7 +218,7 @@ with demo:
218
  elem_id="leaderboard-table",
219
  interactive=False,
220
  visible=True,
221
- column_widths=["2%", "33%"]
222
  )
223
 
224
  # Dummy leaderboard for handling the case when the user uses backspace key
 
218
  elem_id="leaderboard-table",
219
  interactive=False,
220
  visible=True,
221
+ #column_widths=["2%", "33%"]
222
  )
223
 
224
  # Dummy leaderboard for handling the case when the user uses backspace key