manu commited on
Commit
9ab9633
1 Parent(s): b075b60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -200,7 +200,7 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
200
 
201
  with gr.Row():
202
  with gr.Column(scale=3):
203
- user_message = gr.Textbox(placeholder="Enter your message here", show_label=False, elem_id="q-input")
204
  with gr.Row():
205
  send_button = gr.Button("Send", elem_id="send-btn", visible=True)
206
 
 
200
 
201
  with gr.Row():
202
  with gr.Column(scale=3):
203
+ user_message = gr.Textbox(placeholder="Enter your message here. Example: 'What can I visit in Paris today ?'", show_label=False, elem_id="q-input")
204
  with gr.Row():
205
  send_button = gr.Button("Send", elem_id="send-btn", visible=True)
206