Pijush2023 commited on
Commit
c37d7a7
·
verified ·
1 Parent(s): 68019b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -968,6 +968,8 @@ def fetch_yelp_restaurants():
968
 
969
  return response_text
970
 
 
 
971
  def fetch_google_hotels(query="Birmingham hotels", check_in="2024-08-14", check_out="2024-08-15", adults=2):
972
  params = {
973
  "engine": "google_hotels",
 
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 = {
975
  "engine": "google_hotels",