French02947 commited on
Commit
1563330
·
verified ·
1 Parent(s): e5a13c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -565,7 +565,7 @@ Enter a **free-form hotel request** and the app will:
565
  request_box = gr.Textbox(
566
  label="Hotel Request (Free-Form)",
567
  lines=6,
568
- placeholder="Example: Hotel in Denver, CO for Mar 15-17 under $250/night. Must have parking and non-smoking. Want gym and breakfast."
569
  )
570
  with gr.Row():
571
  search_btn = gr.Button("Search Hotels", variant="primary")
 
565
  request_box = gr.Textbox(
566
  label="Hotel Request (Free-Form)",
567
  lines=6,
568
+ placeholder="Example: Hotel in Denver, CO for March 15, 2026 - March 17, 2026 under $250/night. Must have parking and non-smoking. Want gym and breakfast."
569
  )
570
  with gr.Row():
571
  search_btn = gr.Button("Search Hotels", variant="primary")