changxin commited on
Commit
a06ba85
1 Parent(s): deef29e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ 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
  '''
7
  import hashlib
 
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
+ import openpyxl
6
 
7
  '''
8
  import hashlib