shuv25 commited on
Commit
97cb7f3
·
verified ·
1 Parent(s): 93a82f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Multi-Agent System Hub",
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="Delivery Optimization Agent",
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",