French02947 commited on
Commit
8c135fe
·
verified ·
1 Parent(s): e44c95b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -8
README.md CHANGED
@@ -1,14 +1,29 @@
1
  ---
2
- title: HotelApp
3
- emoji: 🏃
4
- colorFrom: pink
5
- colorTo: blue
6
  sdk: gradio
7
- sdk_version: 6.6.0
8
  app_file: app.py
9
  pinned: false
10
- license: apache-2.0
11
- short_description: Hotel Application Interface using Gradio
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Week 6 Hotel Search App
3
+ emoji: 🏨
4
+ colorFrom: blue
5
+ colorTo: indigo
6
  sdk: gradio
 
7
  app_file: app.py
8
  pinned: false
 
 
9
  ---
10
 
11
+ # Week 6 Hotel Search App
12
+
13
+ This Gradio app accepts a free-form hotel request, parses:
14
+ - location
15
+ - dates
16
+ - budget
17
+ - must-have features
18
+ - want-to-have features
19
+ - avoid features
20
+
21
+ It searches using SerpApi and returns ranked hotel matches with **official hotel website links only** (travel agency/OTA links are filtered out).
22
+
23
+ ## Required Secret
24
+ Add this in **Space Settings → Variables and secrets**:
25
+
26
+ - `SERPAPI_API_KEY`
27
+
28
+ ## Example Prompt
29
+ Hotel in Denver, CO for Mar 15-17 under $250/night. Must have parking and non-smoking. Want gym and breakfast.