Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -968,7 +968,7 @@ def fetch_yelp_restaurants():
|
|
968 |
from serpapi.google_search import GoogleSearch
|
969 |
from datetime import datetime, timedelta
|
970 |
|
971 |
-
|
972 |
current_date = datetime.now().strftime("%Y-%m-%d")
|
973 |
|
974 |
# Define the parameters for the Google Hotels API request
|
|
|
968 |
from serpapi.google_search import GoogleSearch
|
969 |
from datetime import datetime, timedelta
|
970 |
|
971 |
+
def fetch_hotels_birmingham():
|
972 |
current_date = datetime.now().strftime("%Y-%m-%d")
|
973 |
|
974 |
# Define the parameters for the Google Hotels API request
|