Jerrycool commited on
Commit
ea96be1
·
verified ·
1 Parent(s): 15173fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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