Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ with gr.Blocks() as demo:
|
|
73 |
msg = gr.Textbox(label="Message", placeholder="Enter text here")
|
74 |
with gr.Row():
|
75 |
with gr.Column():
|
76 |
-
btn = gr.Button("
|
77 |
with gr.Column():
|
78 |
clear = gr.ClearButton([msg, chatbot])
|
79 |
|
|
|
73 |
msg = gr.Textbox(label="Message", placeholder="Enter text here")
|
74 |
with gr.Row():
|
75 |
with gr.Column():
|
76 |
+
btn = gr.Button("Send")
|
77 |
with gr.Column():
|
78 |
clear = gr.ClearButton([msg, chatbot])
|
79 |
|