Spaces:
Sleeping
Sleeping
gauravlochab
commited on
Commit
·
abbde7d
1
Parent(s):
37b084a
feat: update dashboard title to reflect Average Modius Agent Performance
Browse files
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("#
|
| 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"):
|