Spaces:
Running on Zero
Running on Zero
Upload folder using huggingface_hub
Browse files- src/gradio_app.py +1 -1
src/gradio_app.py
CHANGED
|
@@ -186,7 +186,7 @@ def get_centerlines(data_root: Path, nodes: pd.DataFrame):
|
|
| 186 |
def get_groundwater(data_root: Path):
|
| 187 |
key = "groundwater"
|
| 188 |
if key not in _cache:
|
| 189 |
-
ades_dir = data_root / "
|
| 190 |
df = None
|
| 191 |
if ades_dir.exists():
|
| 192 |
try:
|
|
|
|
| 186 |
def get_groundwater(data_root: Path):
|
| 187 |
key = "groundwater"
|
| 188 |
if key not in _cache:
|
| 189 |
+
ades_dir = data_root / "ADES"
|
| 190 |
df = None
|
| 191 |
if ades_dir.exists():
|
| 192 |
try:
|