BHO commited on
Commit
46c82fb
·
1 Parent(s): a1c9180

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from langchain.vectorstores import Chroma
9
 
10
 
11
  # Set the path of your new directory
12
- dir_path = "/docs"
13
 
14
  # Create the directory using the os module
15
  os.makedirs(dir_path, exist_ok=True)
 
9
 
10
 
11
  # Set the path of your new directory
12
+ dir_path = "./docs"
13
 
14
  # Create the directory using the os module
15
  os.makedirs(dir_path, exist_ok=True)