Yyy0530 commited on
Commit
66eb608
1 Parent(s): 83cb9ad
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ data = defaultdict(dict)
19
  for settings in CONFIG['settings']:
20
  for type in CONFIG['types']:
21
  # 根据配置文件中的路径读取数据
22
- data[settings][type] = pd.read_excel('data\\'+CONFIG["settings_mapping"][settings] + f"-{type}.xlsx")
23
 
24
  # 添加平均分列
25
  for settings in CONFIG['settings']:
 
19
  for settings in CONFIG['settings']:
20
  for type in CONFIG['types']:
21
  # 根据配置文件中的路径读取数据
22
+ data[settings][type] = pd.read_excel('data/'+CONFIG["settings_mapping"][settings] + f"-{type}.xlsx")
23
 
24
  # 添加平均分列
25
  for settings in CONFIG['settings']: