Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ load_dotenv()
|
|
14 |
from rag import retrieval_augmented_qa_pipeline
|
15 |
|
16 |
# Add path to the root of the repo to the system path
|
17 |
-
sys.path.append(
|
18 |
|
19 |
|
20 |
# ChatOpenAI Templates
|
|
|
14 |
from rag import retrieval_augmented_qa_pipeline
|
15 |
|
16 |
# Add path to the root of the repo to the system path
|
17 |
+
sys.path.append(".")
|
18 |
|
19 |
|
20 |
# ChatOpenAI Templates
|