CognitiveScience commited on
Commit
9c3449f
·
1 Parent(s): 0a5f18f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ with gr.Blocks() as demo:
152
 
153
  return bot_message #"", chat_history
154
 
155
- msg2.submit(respond2, bot_message, bot_message)
156
 
157
  with gr.Column():
158
  submitsave = gr.Button(value="Save")
 
152
 
153
  return bot_message #"", chat_history
154
 
155
+ msg2.submit(respond2, msg2, msg2)
156
 
157
  with gr.Column():
158
  submitsave = gr.Button(value="Save")