Spaces:
Sleeping
Sleeping
Commit ·
28ee1ec
1
Parent(s): b9ed0a4
commit
Browse files
app.py
CHANGED
|
@@ -42,7 +42,6 @@ def generate_itinerary(city: str, transportation_mode: str) -> str:
|
|
| 42 |
return agent.run(query)
|
| 43 |
|
| 44 |
description_md = """
|
| 45 |
-
# One Day Travel Itinerary Generator
|
| 46 |
Plan your perfect one-day trip with our travel itinerary generator. Simply input your desired city and select transportation mode, and receive a curated schedule of sightseeing spots tailored for a seamless journey.
|
| 47 |
"""
|
| 48 |
# Create Gradio UI
|
|
|
|
| 42 |
return agent.run(query)
|
| 43 |
|
| 44 |
description_md = """
|
|
|
|
| 45 |
Plan your perfect one-day trip with our travel itinerary generator. Simply input your desired city and select transportation mode, and receive a curated schedule of sightseeing spots tailored for a seamless journey.
|
| 46 |
"""
|
| 47 |
# Create Gradio UI
|