hamza50 commited on
Commit
1f6346e
·
1 Parent(s): 43e125e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ examples = [
69
  ["Eco-Friendly Hotels"]
70
  ]
71
 
72
- demo = gr.Interface(fn=greet, outputs="json",title="miami-hotel-search", default='The Most Romantic Hotels in Miami',
73
  inputs=gr.inputs.Textbox(lines=5, label="Tell us what you like in a hotel?"),examples=examples)
74
 
75
  demo.launch()
 
69
  ["Eco-Friendly Hotels"]
70
  ]
71
 
72
+ demo = gr.Interface(fn=greet, outputs="json",title="miami-hotel-search", default='hotels for LGBTQ+ community and nice rooftop pool',
73
  inputs=gr.inputs.Textbox(lines=5, label="Tell us what you like in a hotel?"),examples=examples)
74
 
75
  demo.launch()