kavansaun commited on
Commit
1643bc9
·
verified ·
1 Parent(s): af0215e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ with gr.Blocks(theme=gr.themes.Monochrome(), css="footer{display:none !important
91
  formatted_chat = user_dictionary[user_id][1:] # skip system message
92
 
93
  # Save to github
94
- repo = g.get_user().get_repo("CATDATA2")
95
  file_type = ".txt"
96
  filename = user_id + file_type
97
 
 
91
  formatted_chat = user_dictionary[user_id][1:] # skip system message
92
 
93
  # Save to github
94
+ repo = g.get_user().get_repo("ladasdasd")
95
  file_type = ".txt"
96
  filename = user_id + file_type
97