ageraustine commited on
Commit
8716a12
·
verified ·
1 Parent(s): d733e6e

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. 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 / "ades"
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: