paralym commited on
Commit
52183c9
1 Parent(s): 7f2bb5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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