Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -307,7 +307,7 @@ def add_message(history, message):
|
|
307 |
history.append(((x,), None))
|
308 |
if message["text"] is not None:
|
309 |
history.append((message["text"], None))
|
310 |
-
print(f"### Chatbot instance ID: {id(our_chatbot)}")
|
311 |
return history, gr.MultimodalTextbox(value=None, interactive=False)
|
312 |
|
313 |
|
|
|
307 |
history.append(((x,), None))
|
308 |
if message["text"] is not None:
|
309 |
history.append((message["text"], None))
|
310 |
+
# print(f"### Chatbot instance ID: {id(our_chatbot)}")
|
311 |
return history, gr.MultimodalTextbox(value=None, interactive=False)
|
312 |
|
313 |
|