Spaces:
Runtime error
Runtime error
burtenshaw
commited on
Commit
·
48951ff
1
Parent(s):
9629dc8
re-add stats box
Browse files
app.py
CHANGED
@@ -811,6 +811,11 @@ with gr.Blocks(
|
|
811 |
runs_table = gr.Dataframe(
|
812 |
value=fetch_runs_for_ui(), interactive=False, datatype="markdown"
|
813 |
)
|
|
|
|
|
|
|
|
|
|
|
814 |
|
815 |
# MCP Tools Tab
|
816 |
with gr.Tab("🔧 MCP Tools"):
|
|
|
811 |
runs_table = gr.Dataframe(
|
812 |
value=fetch_runs_for_ui(), interactive=False, datatype="markdown"
|
813 |
)
|
814 |
+
with gr.Row():
|
815 |
+
gr.Markdown("## Quick Stats")
|
816 |
+
stats = gr.Textbox(
|
817 |
+
value=get_system_status(), interactive=False, lines=15
|
818 |
+
)
|
819 |
|
820 |
# MCP Tools Tab
|
821 |
with gr.Tab("🔧 MCP Tools"):
|