Pijush2023 commited on
Commit
0c4943d
·
verified ·
1 Parent(s): 90998cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- response_text = ""
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: