rasyosef commited on
Commit
a446ae2
1 Parent(s): bb35b84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Submit")
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