Ashishkr commited on
Commit
8260422
1 Parent(s): 534269b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -76,12 +76,12 @@ with gr.Blocks(css='style.css') as demo:
76
  elem_id='duplicate-button')
77
 
78
  with gr.Group():
79
- chatbot = gr.Chatbot(label='Chatbot')
80
  with gr.Row():
81
  textbox = gr.Textbox(
82
  container=False,
83
  show_label=False,
84
- placeholder='Type a message...',
85
  scale=10,
86
  )
87
  submit_button = gr.Button('Submit',
 
76
  elem_id='duplicate-button')
77
 
78
  with gr.Group():
79
+ chatbot = gr.Chatbot(label='Not a chatbot: Single-turn response')
80
  with gr.Row():
81
  textbox = gr.Textbox(
82
  container=False,
83
  show_label=False,
84
+ placeholder='Type your symptoms in one single message',
85
  scale=10,
86
  )
87
  submit_button = gr.Button('Submit',