sharktide commited on
Commit
3b3ea4d
·
verified ·
1 Parent(s): 3ebdd53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ class Recipe(BaseModel):
26
  ingredients: List[str]
27
  instructions: str
28
 
29
- DATASET_PATH = "/mnt/data/sharktide/recipes/data"
30
 
31
  # Ensure the 'data' folder exists
32
  if not os.path.exists(DATASET_PATH):
 
26
  ingredients: List[str]
27
  instructions: str
28
 
29
+ DATASET_PATH = "/app/data"
30
 
31
  # Ensure the 'data' folder exists
32
  if not os.path.exists(DATASET_PATH):