Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ def dd_ocr(tk,sl,dt):
|
|
62 |
|
63 |
def fx_dt(dc):
|
64 |
DT=fread(dc,columns={'月份':dt.int64,'销量':dt.int64,'单价':dt.float64})
|
65 |
-
D_table=DT
|
66 |
return D_table.to_pandas()
|
67 |
|
68 |
demo=gr.Blocks()
|
|
|
62 |
|
63 |
def fx_dt(dc):
|
64 |
DT=fread(dc,columns={'月份':dt.int64,'销量':dt.int64,'单价':dt.float64})
|
65 |
+
D_table=DT.names
|
66 |
return D_table.to_pandas()
|
67 |
|
68 |
demo=gr.Blocks()
|