Update app.py
Browse files
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 + '
|
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 |
# 根据上传的文件执行相应的逻辑
|