JirasakJo commited on
Commit
cfcea06
·
verified ·
1 Parent(s): 368aadc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -149,7 +149,7 @@ def save_qa_history(history_entry):
149
  g = Github(github_token)
150
 
151
  # Replace with your repository name
152
- repo = g.get_repo("swu-chat-bot-project/swu-chat-bot-project")
153
 
154
  try:
155
  # Try to get the file first
@@ -195,7 +195,7 @@ def clear_qa_history():
195
  g = Github(github_token)
196
 
197
  # Replace with your repository name
198
- repo = g.get_repo("swu-chat-bot-project/swu-chat-bot-project")
199
 
200
  try:
201
  # Try to get the file first
 
149
  g = Github(github_token)
150
 
151
  # Replace with your repository name
152
+ repo = g.get_repo("jirasaksaimekJijo/swu-chat-bot-project")
153
 
154
  try:
155
  # Try to get the file first
 
195
  g = Github(github_token)
196
 
197
  # Replace with your repository name
198
+ repo = g.get_repo("jirasaksaimekJijo/swu-chat-bot-project")
199
 
200
  try:
201
  # Try to get the file first