shuv25 commited on
Commit
669f2fb
·
verified ·
1 Parent(s): 9ae7c89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -5
app.py CHANGED
@@ -137,12 +137,14 @@ with gr.Blocks(
137
  with gr.Column():
138
  gr.HTML(create_agent_card(
139
  title="SparkDelivery",
140
- description="Real-time route planning, cost optimization, and traffic analysis using OpenStreetMap data. Get optimized delivery routes with accurate cost estimates.",
141
  features=[
142
- "Interactive maps with turn-by-turn directions",
143
- "Real-world cost estimation and vehicle optimization",
144
- "Live traffic analysis and departure time suggestions",
145
- "Multiple route comparison and selection"
 
 
146
  ],
147
  url=AGENT_URLS["delivery"],
148
  color="#168c44",
 
137
  with gr.Column():
138
  gr.HTML(create_agent_card(
139
  title="SparkDelivery",
140
+ description="AI-powered logistics assistant that plans optimal routes, analyzes traffic and weather conditions, estimates delivery costs, and optimizes multi-stop deliveries with intelligent vehicle recommendations.",
141
  features=[
142
+ "Interactive route planning with turn-by-turn directions and visual maps",
143
+ "Multi-destination route optimization - finds the best visiting order",
144
+ "eal-time traffic analysis with delay predictions and best departure times",
145
+ "Current weather conditions + 48-hour weather forecasting along routes",
146
+ "Smart cost estimation with automatic vehicle selection (Bike/Van/Truck)",
147
+ "Conversational memory - remembers your routes and preferences"
148
  ],
149
  url=AGENT_URLS["delivery"],
150
  color="#168c44",