Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
changxin
/
pq
like
0
Build error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
changxin
commited on
Jul 5, 2022
Commit
2b3df54
·
1 Parent(s):
de19363
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -18,7 +18,7 @@ def fx2(x,y):
18
return resu
19
20
def fx3(x):
21
-
df=pd.read_excel(x,header=0)
22
return df
23
24
with demo:
18
return resu
19
20
def fx3(x):
21
+
df=pd.read_excel(x,header=0
,engine='openpyxl'
)
22
return df
23
24
with demo: