hatim00101 commited on
Commit
045eeff
·
verified ·
1 Parent(s): 2525dde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -69,8 +69,8 @@ iface = gr.Interface(
69
  fn=search_interface,
70
  inputs=gr.Textbox(label="Enter your search query"),
71
  outputs=gr.HTML(label="Search Results"),
72
- title="Hotel and Arabic Data Search",
73
- description="Enter a query to search for hotels or Arabic data. The results will show the top matches based on similarity and provide a Google Maps URL for hotel locations.",
74
  examples=["Riyadh", "Deluxe Room"]
75
  )
76
 
 
69
  fn=search_interface,
70
  inputs=gr.Textbox(label="Enter your search query"),
71
  outputs=gr.HTML(label="Search Results"),
72
+ title="Hotel Search",
73
+ description="Enter a query to search. The results will show the top matches based on similarity and provide a Google Maps URL for hotel locations.",
74
  examples=["Riyadh", "Deluxe Room"]
75
  )
76