Spaces:
Paused
Paused
Update app.py
Browse files
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",
|