danielz02 commited on
Commit
6b57fab
1 Parent(s): 0739ad7

Widen stereotype column further

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -211,7 +211,7 @@ with demo:
211
  elem_id="leaderboard-table",
212
  interactive=False,
213
  visible=True,
214
- column_widths=["2%", "20%", "10%", "10%", "10%"]
215
  )
216
 
217
  # Dummy leaderboard for handling the case when the user uses backspace key
 
211
  elem_id="leaderboard-table",
212
  interactive=False,
213
  visible=True,
214
+ column_widths=["2%", "20%", "10%", "10%", "12%"]
215
  )
216
 
217
  # Dummy leaderboard for handling the case when the user uses backspace key