hamza50 commited on
Commit
a18da43
·
1 Parent(s): 70777ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -62,9 +62,9 @@ def greet(query):
62
  bm25 = search(query)
63
  return bm25
64
  examples = [
65
- ["The Best LGBTQ+ Friendly Hotels in Miami"],
66
- ["The Best Nightlife Hotels in Miami"],
67
- ["The Best Miami Hotels with Stunning Pools"],
68
  ["The Most Romantic Hotels in Miami"],
69
  ["Eco-Friendly Hotels"]
70
  ]
 
62
  bm25 = search(query)
63
  return bm25
64
  examples = [
65
+ ["LGBTQ+ Friendly"],
66
+ ["Best Nightlife "],
67
+ ["Stunning Pools"],
68
  ["The Most Romantic Hotels in Miami"],
69
  ["Eco-Friendly Hotels"]
70
  ]