CognitiveScience commited on
Commit
88222e4
1 Parent(s): bb90ea7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ with gr.Blocks() as demo:
117
 
118
  return "", chat_history
119
 
120
- msg2.submit(respond3, [msg3, chatbot3], [msg3, chatbot3])
121
 
122
  with gr.Row():
123
  with gr.Column():
 
117
 
118
  return "", chat_history
119
 
120
+ msg3.submit(respond3, [msg3, chatbot3], [msg3, chatbot3])
121
 
122
  with gr.Row():
123
  with gr.Column():