Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 143 |
-
"Multi-destination route optimization
|
| 144 |
-
"
|
| 145 |
-
"Current weather conditions +
|
| 146 |
-
"Smart cost estimation
|
| 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",
|