petter2025 commited on
Commit
446933b
·
verified ·
1 Parent(s): a81efd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -223,7 +223,6 @@ with gr.Blocks(title="🧠 Agentic Reliability Framework MVP", theme="soft") as
223
  table_output = gr.Dataframe(
224
  headers=["timestamp", "component", "latency", "error_rate", "status", "analysis", "healing_action"],
225
  label="Event History",
226
- height=400,
227
  wrap=True
228
  )
229
 
 
223
  table_output = gr.Dataframe(
224
  headers=["timestamp", "component", "latency", "error_rate", "status", "analysis", "healing_action"],
225
  label="Event History",
 
226
  wrap=True
227
  )
228