iDrops commited on
Commit
bfdb32d
·
verified ·
1 Parent(s): e6933ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ with gr.Blocks() as demo:
35
  with gr.Row():
36
  with gr.Column():
37
  chatbot = gr.Chatbot(label='Laso AI Psychologist')
38
- msg = gr.Textbox(interactive=True, )
39
  with gr.Row():
40
  clear = gr.ClearButton([msg, chatbot], icon="🧹")
41
  send_btn = gr.Button("Send 📨", variant='primary')
 
35
  with gr.Row():
36
  with gr.Column():
37
  chatbot = gr.Chatbot(label='Laso AI Psychologist')
38
+ msg = gr.Textbox(interactive=True, label='Input')
39
  with gr.Row():
40
  clear = gr.ClearButton([msg, chatbot], icon="🧹")
41
  send_btn = gr.Button("Send 📨", variant='primary')