Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -86,7 +86,7 @@ def create_agent_card(title, description, features, url, color, status="active")
|
|
| 86 |
|
| 87 |
with gr.Blocks(
|
| 88 |
theme=gr.themes.Soft(primary_hue="orange", secondary_hue="amber"),
|
| 89 |
-
title="
|
| 90 |
css="""
|
| 91 |
body, html {
|
| 92 |
margin: 0;
|
|
@@ -136,7 +136,7 @@ with gr.Blocks(
|
|
| 136 |
with gr.Row():
|
| 137 |
with gr.Column():
|
| 138 |
gr.HTML(create_agent_card(
|
| 139 |
-
title="
|
| 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",
|
|
|
|
| 86 |
|
| 87 |
with gr.Blocks(
|
| 88 |
theme=gr.themes.Soft(primary_hue="orange", secondary_hue="amber"),
|
| 89 |
+
title="Spark-Agent System Hub",
|
| 90 |
css="""
|
| 91 |
body, html {
|
| 92 |
margin: 0;
|
|
|
|
| 136 |
with gr.Row():
|
| 137 |
with gr.Column():
|
| 138 |
gr.HTML(create_agent_card(
|
| 139 |
+
title="SparkDeliver AI",
|
| 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",
|