jiaoyasen commited on
Commit
79c2f21
·
1 Parent(s): d7e8cda

fix filepath

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def generate_file(file_obj,operation,lat,lon):
29
  print(NewfilePath)
30
 
31
  # 读取excel文件
32
- df = pd.read_excel('/Users/jiaoyasen/dy/test.xlsx', engine='openpyxl')
33
 
34
  # 参考点的经纬度
35
  point_list = []
 
29
  print(NewfilePath)
30
 
31
  # 读取excel文件
32
+ df = pd.read_excel(NewfilePath, engine='openpyxl')
33
 
34
  # 参考点的经纬度
35
  point_list = []