hatim00101 commited on
Commit
8f7d1c9
1 Parent(s): b6add69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ iface = gr.Interface(
89
  fn=search_interface,
90
  inputs=gr.Textbox(label="Enter your search query"),
91
  outputs=gr.HTML(label="Search Results"),
92
- title="Hotel Search",
93
  description="Enter a query to search for your appropriate hotel. The results will show the top matches based on similarity and provide a Google Maps URL for hotel locations ,and anouther info about the hotel.",
94
  examples=["Riyadh", "Deluxe Room"]
95
  )
 
89
  fn=search_interface,
90
  inputs=gr.Textbox(label="Enter your search query"),
91
  outputs=gr.HTML(label="Search Results"),
92
+ title="Hotel Search Beta(v0.1)",
93
  description="Enter a query to search for your appropriate hotel. The results will show the top matches based on similarity and provide a Google Maps URL for hotel locations ,and anouther info about the hotel.",
94
  examples=["Riyadh", "Deluxe Room"]
95
  )