pminervini commited on
Commit
83c7673
1 Parent(s): cdb5df4
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -197,7 +197,8 @@ with demo:
197
  elem_id="leaderboard-table",
198
  interactive=False,
199
  visible=True,
200
- column_widths=["2%", "33%"]
 
201
  )
202
 
203
  # Dummy leaderboard for handling the case when the user uses backspace key
 
197
  elem_id="leaderboard-table",
198
  interactive=False,
199
  visible=True,
200
+ column_widths=["2%", "33%"],
201
+ min_width=800
202
  )
203
 
204
  # Dummy leaderboard for handling the case when the user uses backspace key