Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def load_vectorstore():
|
|
40 |
cache_dir=cache_dir,
|
41 |
)
|
42 |
|
43 |
-
target_dir = f"books/{BOOK_NAME}
|
44 |
|
45 |
# Walk through the directory tree recursively
|
46 |
for root, dirs, files in os.walk(cache_dir):
|
|
|
40 |
cache_dir=cache_dir,
|
41 |
)
|
42 |
|
43 |
+
target_dir = f"books/{BOOK_NAME}"
|
44 |
|
45 |
# Walk through the directory tree recursively
|
46 |
for root, dirs, files in os.walk(cache_dir):
|