Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ interface = gr.Interface(
|
|
112 |
inputs="text",
|
113 |
outputs=gr.HTML(label="Hotel Information"),
|
114 |
title="Hotel Recommendation Display",
|
115 |
-
description="
|
116 |
)
|
117 |
|
118 |
interface.launch()
|
|
|
112 |
inputs="text",
|
113 |
outputs=gr.HTML(label="Hotel Information"),
|
114 |
title="Hotel Recommendation Display",
|
115 |
+
description="This app helps you find hotels based on your search query. Enter a city, location, hotel name or just type what you looking for.",
|
116 |
)
|
117 |
|
118 |
interface.launch()
|