Shaltiel commited on
Commit
b13bb01
·
verified ·
1 Parent(s): 516a6d3

Update app.py

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