shroogawh2 commited on
Commit
135b144
·
verified ·
1 Parent(s): 4cfc3ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Enter the query JSON containing hotel details and images. This interface displays the information for multiple hotels with images and text side by side.",
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()