rosaguada06 commited on
Commit
f18b2ed
·
verified ·
1 Parent(s): cbcbc6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,8 +28,8 @@ NB2 = os.environ.get("NB2", "pythonanalysis.ipynb").strip()
28
 
29
  RUNS_DIR = BASE_DIR / "runs"
30
  ART_DIR = BASE_DIR / "artifacts"
31
- PY_FIG_DIR = ART_DIR / "py" / "figures"
32
- PY_TAB_DIR = ART_DIR / "py" / "tables"
33
 
34
  PAPERMILL_TIMEOUT = int(os.environ.get("PAPERMILL_TIMEOUT", "1800"))
35
  MAX_PREVIEW_ROWS = int(os.environ.get("MAX_FILE_PREVIEW_ROWS", "50"))
 
28
 
29
  RUNS_DIR = BASE_DIR / "runs"
30
  ART_DIR = BASE_DIR / "artifacts"
31
+ PY_FIG_DIR = ART_DIR / "figures"
32
+ PY_TAB_DIR = ART_DIR / "tables"
33
 
34
  PAPERMILL_TIMEOUT = int(os.environ.get("PAPERMILL_TIMEOUT", "1800"))
35
  MAX_PREVIEW_ROWS = int(os.environ.get("MAX_FILE_PREVIEW_ROWS", "50"))