Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 141 |
features=[
|
| 142 |
-
"Interactive
|
| 143 |
-
"
|
| 144 |
-
"
|
| 145 |
-
"
|
|
|
|
|
|
|
| 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",
|