Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|