Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -1036,7 +1036,7 @@ def fetch_google_hotels(query="Birmingham Hotel", check_in="2024-08-14", check_o
|
|
1036 |
|
1037 |
return hotel_info
|
1038 |
|
1039 |
-
|
1040 |
|
1041 |
def fetch_google_flights(departure_id="JFK", arrival_id="BHM", outbound_date="2024-08-14", return_date="2024-08-20"):
|
1042 |
params = {
|
|
|
1036 |
|
1037 |
return hotel_info
|
1038 |
|
1039 |
+
|
1040 |
|
1041 |
def fetch_google_flights(departure_id="JFK", arrival_id="BHM", outbound_date="2024-08-14", return_date="2024-08-20"):
|
1042 |
params = {
|