JHao2830 commited on
Commit
ba4bc7b
·
1 Parent(s): a02e5c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def main(use_default, file):
37
  # subprocess.run(['python', './A3C_plusplus.py'])
38
 
39
 
40
- base = './RESULT/'
41
  img_path = []
42
  for i in range(1, 11):
43
  img_path.append(base + 'DAY' + str(i) + '.png')
 
37
  # subprocess.run(['python', './A3C_plusplus.py'])
38
 
39
 
40
+ base = r'./RESULT/'
41
  img_path = []
42
  for i in range(1, 11):
43
  img_path.append(base + 'DAY' + str(i) + '.png')