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