Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -711,8 +711,6 @@ with demo:
|
|
| 711 |
# Set datatypes for correct rendering (Rank is now number)
|
| 712 |
datatype=["number", "html", "str", "str", "html"],
|
| 713 |
interactive=False, # IMPORTANT: Keep False to disable UI sorting/editing
|
| 714 |
-
# Set explicit height for scrolling
|
| 715 |
-
height=600,
|
| 716 |
# row_count=(10, "dynamic"), # Alternative: show 10 rows, scroll others
|
| 717 |
col_count=(5, "fixed"), # We have 5 columns
|
| 718 |
wrap=True, # Allow text wrapping in cells
|
|
|
|
| 711 |
# Set datatypes for correct rendering (Rank is now number)
|
| 712 |
datatype=["number", "html", "str", "str", "html"],
|
| 713 |
interactive=False, # IMPORTANT: Keep False to disable UI sorting/editing
|
|
|
|
|
|
|
| 714 |
# row_count=(10, "dynamic"), # Alternative: show 10 rows, scroll others
|
| 715 |
col_count=(5, "fixed"), # We have 5 columns
|
| 716 |
wrap=True, # Allow text wrapping in cells
|