kavansaun commited on
Commit
54505ce
·
verified ·
1 Parent(s): c9cd3dc

Update app.py

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