nesticot commited on
Commit
b558554
·
verified ·
1 Parent(s): d126ab8

Update app.py

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