Pijush2023 commited on
Commit
89c6e54
·
verified ·
1 Parent(s): c37d7a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -968,7 +968,7 @@ def fetch_yelp_restaurants():
968
 
969
  return response_text
970
 
971
- from serpapi import GoogleSearch
972
 
973
  def fetch_google_hotels(query="Birmingham hotels", check_in="2024-08-14", check_out="2024-08-15", adults=2):
974
  params = {
 
968
 
969
  return response_text
970
 
971
+
972
 
973
  def fetch_google_hotels(query="Birmingham hotels", check_in="2024-08-14", check_out="2024-08-15", adults=2):
974
  params = {