Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -289,7 +289,7 @@ async def run_hackrx(req: RunRequest):
|
|
| 289 |
# print("Step 3: Determining the correct flight path...")
|
| 290 |
base_flight_url = "https://register.hackrx.in/teams/public/flights/"
|
| 291 |
if landmark == "Gateway of India":
|
| 292 |
-
|
| 293 |
elif landmark == "Taj Mahal":
|
| 294 |
final_url = base_flight_url + "getSecondCityFlightNumber"
|
| 295 |
elif landmark == "Eiffel Tower":
|
|
|
|
| 289 |
# print("Step 3: Determining the correct flight path...")
|
| 290 |
base_flight_url = "https://register.hackrx.in/teams/public/flights/"
|
| 291 |
if landmark == "Gateway of India":
|
| 292 |
+
final_url = base_flight_url + "getFirstCityFlightNumber"
|
| 293 |
elif landmark == "Taj Mahal":
|
| 294 |
final_url = base_flight_url + "getSecondCityFlightNumber"
|
| 295 |
elif landmark == "Eiffel Tower":
|