nos commited on
Commit
7cf0168
·
verified ·
1 Parent(s): 2f7f026

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -64,6 +64,7 @@ with gr.Blocks() as demo:
64
  chatbot = gr.Chatbot()
65
  msg = gr.Textbox()
66
  clear = gr.ClearButton([msg, chatbot])
 
67
  msg.submit(respond, [msg, chatbot], [msg, chatbot])
68
  with gr.Tab("ELS"):
69
  with gr.Row():
 
64
  chatbot = gr.Chatbot()
65
  msg = gr.Textbox()
66
  clear = gr.ClearButton([msg, chatbot])
67
+ button = gr.Button([msg, chatbot])
68
  msg.submit(respond, [msg, chatbot], [msg, chatbot])
69
  with gr.Tab("ELS"):
70
  with gr.Row():