Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 / "
|
| 32 |
-
PY_TAB_DIR = ART_DIR / "
|
| 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"))
|