Spaces:
Runtime error
Runtime error
nos
commited on
Update app.py
Browse files
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():
|