changxin commited on
Commit
d9561b9
·
1 Parent(s): 2dda887

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -2,6 +2,8 @@ import gradio as gr
2
  import pandas as pd
3
  from datatable import (dt, f,fread, by, ifelse, update, sort,count, min, max, mean, sum, rowsum,rowmean,rowcount,shift,rbind,cbind,union)
4
  import requests
 
 
5
  '''
6
  import hashlib
7
  import tempfile
 
2
  import pandas as pd
3
  from datatable import (dt, f,fread, by, ifelse, update, sort,count, min, max, mean, sum, rowsum,rowmean,rowcount,shift,rbind,cbind,union)
4
  import requests
5
+ from pivottablejs import pivot_ui
6
+
7
  '''
8
  import hashlib
9
  import tempfile