Spaces:
Runtime error
Runtime error
Increased table height
Browse files
app.py
CHANGED
@@ -205,7 +205,7 @@ with demo:
|
|
205 |
interactive=False,
|
206 |
visible=True,
|
207 |
column_widths=["2%", "33%"] ,
|
208 |
-
height=
|
209 |
)
|
210 |
|
211 |
# Dummy leaderboard for handling the case when the user uses backspace key
|
|
|
205 |
interactive=False,
|
206 |
visible=True,
|
207 |
column_widths=["2%", "33%"] ,
|
208 |
+
height=600
|
209 |
)
|
210 |
|
211 |
# Dummy leaderboard for handling the case when the user uses backspace key
|