changxin commited on
Commit
f9be81d
1 Parent(s): 1926a35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -62,6 +62,7 @@ def dd_ocr(tk,sl,dt):
62
 
63
  def fx_dt(dc,x,y):
64
  DT=fread(dc)
 
65
  D_table=DT[:,sum(f[int(y-1)]),by(f[int(x-1)])]
66
  return D_table.to_pandas()
67
 
 
62
 
63
  def fx_dt(dc,x,y):
64
  DT=fread(dc)
65
+ gr.JSON(DT.names)
66
  D_table=DT[:,sum(f[int(y-1)]),by(f[int(x-1)])]
67
  return D_table.to_pandas()
68