Update app.py
Browse files
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("
|
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("
|
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
|