Update app.py
Browse files
app.py
CHANGED
|
@@ -381,7 +381,7 @@ def server(input, output, session):
|
|
| 381 |
|
| 382 |
|
| 383 |
return render.DataGrid(
|
| 384 |
-
df.select(selection).round(1),
|
| 385 |
row_selection_mode='multiple',
|
| 386 |
height=None,
|
| 387 |
width='fit-content',
|
|
|
|
| 381 |
|
| 382 |
|
| 383 |
return render.DataGrid(
|
| 384 |
+
df.select(selection).to_pandas().round(1),
|
| 385 |
row_selection_mode='multiple',
|
| 386 |
height=None,
|
| 387 |
width='fit-content',
|