Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -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",
|
|
@@ -151,7 +151,7 @@ with gr.Blocks(
|
|
| 151 |
|
| 152 |
with gr.Column():
|
| 153 |
gr.HTML(create_agent_card(
|
| 154 |
-
title="
|
| 155 |
description="""Data Analyzer is an AI-powered data analysis tool that automatically explore, visualize,
|
| 156 |
and generate insights from uploaded CSV datasets through natural language queries""",
|
| 157 |
features=[
|
|
|
|
| 136 |
with gr.Row():
|
| 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",
|
|
|
|
| 151 |
|
| 152 |
with gr.Column():
|
| 153 |
gr.HTML(create_agent_card(
|
| 154 |
+
title="SparkNova",
|
| 155 |
description="""Data Analyzer is an AI-powered data analysis tool that automatically explore, visualize,
|
| 156 |
and generate insights from uploaded CSV datasets through natural language queries""",
|
| 157 |
features=[
|