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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -139,12 +139,11 @@ with gr.Blocks(
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",
 
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 visual maps",
143
+ "Multi-destination route optimization",
144
+ "Real-time traffic analysis",
145
+ "Current weather conditions + weather forecasting",
146
+ "Smart cost estimation"
 
147
  ],
148
  url=AGENT_URLS["delivery"],
149
  color="#168c44",