Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ with gr.Blocks(theme=gr.themes.Monochrome(),css="footer{display:none !important}
|
|
| 57 |
response = [(user_dictionary[user_id][i]["content"], user_dictionary[user_id][i+1]["content"]) for i in range(1, len(user_dictionary[user_id]), 2)] # Variable for the response
|
| 58 |
|
| 59 |
# Repository details
|
| 60 |
-
repo = g.get_user().get_repo("
|
| 61 |
commit_message = "Updating file content"
|
| 62 |
|
| 63 |
# This chunk of code basically loops through the message history so we can update the save file with all the correct history in one piece of content.
|
|
|
|
| 57 |
response = [(user_dictionary[user_id][i]["content"], user_dictionary[user_id][i+1]["content"]) for i in range(1, len(user_dictionary[user_id]), 2)] # Variable for the response
|
| 58 |
|
| 59 |
# Repository details
|
| 60 |
+
repo = g.get_user().get_repo("CATDATA1")
|
| 61 |
commit_message = "Updating file content"
|
| 62 |
|
| 63 |
# This chunk of code basically loops through the message history so we can update the save file with all the correct history in one piece of content.
|