gauravlochab commited on
Commit
abbde7d
·
1 Parent(s): 37b084a

feat: update dashboard title to reflect Average Modius Agent Performance

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1465,7 +1465,7 @@ def create_visualizations():
1465
  # Modify dashboard function to remove the diagnostics section
1466
  def dashboard():
1467
  with gr.Blocks() as demo:
1468
- gr.Markdown("# Valory APR Metrics")
1469
 
1470
  # APR Metrics tab - the only tab
1471
  with gr.Tab("APR Metrics"):
 
1465
  # Modify dashboard function to remove the diagnostics section
1466
  def dashboard():
1467
  with gr.Blocks() as demo:
1468
+ gr.Markdown("# Average Modius Agent Performance")
1469
 
1470
  # APR Metrics tab - the only tab
1471
  with gr.Tab("APR Metrics"):