Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -66,6 +66,8 @@ with gr.Blocks(theme=gr.themes.Monochrome(),css="footer{display:none !important}
|
|
| 66 |
content += ('Bot: ' + user_dictionary[user_id][i]["content"] + '\n')
|
| 67 |
else:
|
| 68 |
content += ''
|
|
|
|
|
|
|
| 69 |
|
| 70 |
#updating the repository with the entire message history
|
| 71 |
file = repo.get_contents(filename)
|
|
|
|
| 66 |
content += ('Bot: ' + user_dictionary[user_id][i]["content"] + '\n')
|
| 67 |
else:
|
| 68 |
content += ''
|
| 69 |
+
print(user_id)
|
| 70 |
+
print(content)
|
| 71 |
|
| 72 |
#updating the repository with the entire message history
|
| 73 |
file = repo.get_contents(filename)
|