Shaltiel commited on
Commit
c8cc893
1 Parent(s): 2440506

Increased height

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -204,7 +204,8 @@ with demo:
204
  elem_id="leaderboard-table",
205
  interactive=False,
206
  visible=True,
207
- column_widths=["2%", "33%"]
 
208
  )
209
 
210
  # Dummy leaderboard for handling the case when the user uses backspace key
 
204
  elem_id="leaderboard-table",
205
  interactive=False,
206
  visible=True,
207
+ column_widths=["2%", "33%"] ,
208
+ height=200
209
  )
210
 
211
  # Dummy leaderboard for handling the case when the user uses backspace key