Pijush2023 commited on
Commit
21d1c8b
·
verified ·
1 Parent(s): e027756

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -933,7 +933,7 @@ def fetch_yelp_restaurants():
933
  reviews = result.get("reviews", "No reviews")
934
  phone = result.get("phone", "Not Available")
935
  snippet = result.get("snippet", "Not Available")
936
- location = f"{name}, Birmingham, AL"
937
  link = result.get("link", "#")
938
 
939
  response_text += format_restaurant_hotel_info(name, link, location, phone, rating, reviews, snippet)
@@ -991,7 +991,7 @@ def fetch_google_hotels(query="Birmingham Hotel", check_in="2024-08-14", check_o
991
  total_rate = hotel.get('total_rate', {}).get('lowest', 'N/A')
992
  amenities = ", ".join(hotel.get('amenities', [])) if hotel.get('amenities') else "Not Available"
993
 
994
- location = f"{name}, Birmingham, AL"
995
 
996
  hotel_info += format_hotel_info(
997
  name,
 
933
  reviews = result.get("reviews", "No reviews")
934
  phone = result.get("phone", "Not Available")
935
  snippet = result.get("snippet", "Not Available")
936
+ location = f"{name}, Birmingham, AL,USA"
937
  link = result.get("link", "#")
938
 
939
  response_text += format_restaurant_hotel_info(name, link, location, phone, rating, reviews, snippet)
 
991
  total_rate = hotel.get('total_rate', {}).get('lowest', 'N/A')
992
  amenities = ", ".join(hotel.get('amenities', [])) if hotel.get('amenities') else "Not Available"
993
 
994
+ location = f"{name}, Birmingham, AL,USA"
995
 
996
  hotel_info += format_hotel_info(
997
  name,