JirasakJo commited on
Commit
be9a82c
·
verified ·
1 Parent(s): ba40290

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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:\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
 
 
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