hamza50 commited on
Commit
2fa54f7
·
1 Parent(s): 1f6346e

Update app.py

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