Update app.py
Browse files
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 |
-
|
| 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 |
)
|