JHao2830 commited on
Commit
b5f3912
·
1 Parent(s): 544174c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def main(use_default, file):
40
  base = r'./RESULT/'
41
  img_path = []
42
  for i in range(1, 11):
43
- temp_path = base + 'DAY' + str(i) + '.png'
44
  img_path.append(temp_path)
45
  # else:
46
  # 根据上传的文件执行相应的逻辑
 
40
  base = r'./RESULT/'
41
  img_path = []
42
  for i in range(1, 11):
43
+ temp_path = base + 'Day' + str(i) + '.png'
44
  img_path.append(temp_path)
45
  # else:
46
  # 根据上传的文件执行相应的逻辑