Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -987,8 +987,7 @@ def fetch_google_hotels(query="Birmingham hotels", check_in="2024-08-14", check_
|
|
987 |
results = search.get_dict()
|
988 |
hotel_results = results.get("hotel_results", [])
|
989 |
|
990 |
-
|
991 |
-
def extract_hotel_info(hotel_data):
|
992 |
hotel_info = ""
|
993 |
|
994 |
for hotel in hotel_data:
|
|
|
987 |
results = search.get_dict()
|
988 |
hotel_results = results.get("hotel_results", [])
|
989 |
|
990 |
+
|
|
|
991 |
hotel_info = ""
|
992 |
|
993 |
for hotel in hotel_data:
|