burtenshaw commited on
Commit
48951ff
·
1 Parent(s): 9629dc8

re-add stats box

Browse files
Files changed (1) hide show
  1. app.py +5 -0
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"):