nesticot commited on
Commit
ce7fac9
·
verified ·
1 Parent(s): 64daf70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -386,7 +386,7 @@ def server(input, output, session):
386
  return render.DataGrid(
387
  df.select(selection).to_pandas().round(1),
388
  row_selection_mode='multiple',
389
- height=None,
390
  width='fit-content',
391
  filters=True,
392
  )
 
386
  return render.DataGrid(
387
  df.select(selection).to_pandas().round(1),
388
  row_selection_mode='multiple',
389
+ height='700px',
390
  width='fit-content',
391
  filters=True,
392
  )