Update app.py
Browse files
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
|
73 |
-
description="Enter a query to search
|
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 |
|