ikun520 commited on
Commit
5cdb609
·
verified ·
1 Parent(s): 8945892

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -7,9 +7,9 @@ app = Flask(__name__)
7
 
8
  # 加载 Excel 数据
9
  grade_files = {
10
- "22级": r"数据表\22级.xlsx",
11
- "23级": r"数据表\23级.xlsx",
12
- "24级": r"数据表\24级.xlsx",
13
  }
14
 
15
  # 预加载所有年级数据
 
7
 
8
  # 加载 Excel 数据
9
  grade_files = {
10
+ "22级": r"./数据表/22级.xlsx",
11
+ "23级": r"./数据表/23级.xlsx",
12
+ "24级": r"./数据表/24级.xlsx",
13
  }
14
 
15
  # 预加载所有年级数据