Update app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ def save_qa_history(history_entry):
|
|
148 |
json.dump(history_data, f, ensure_ascii=False, indent=2)
|
149 |
|
150 |
# GitHub repository path
|
151 |
-
repo_path = Path(r"D
|
152 |
if not repo_path.exists():
|
153 |
raise FileNotFoundError(f"Repository path does not exist: {repo_path}")
|
154 |
|
|
|
148 |
json.dump(history_data, f, ensure_ascii=False, indent=2)
|
149 |
|
150 |
# GitHub repository path
|
151 |
+
repo_path = Path(r"D:/Last SWU/swu-chat-bot-project") # Update this path as per your system
|
152 |
if not repo_path.exists():
|
153 |
raise FileNotFoundError(f"Repository path does not exist: {repo_path}")
|
154 |
|