Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,7 +70,7 @@ with gr.Blocks(theme=gr.themes.Monochrome(),css="footer{display:none !important}
|
|
| 70 |
content += ''
|
| 71 |
|
| 72 |
# Print statements for the Code Logs
|
| 73 |
-
print("
|
| 74 |
print(content)
|
| 75 |
|
| 76 |
#updating the repository with the entire message history
|
|
|
|
| 70 |
content += ''
|
| 71 |
|
| 72 |
# Print statements for the Code Logs
|
| 73 |
+
print("----------------" + user_id + "----------------")
|
| 74 |
print(content)
|
| 75 |
|
| 76 |
#updating the repository with the entire message history
|