Update app.py
Browse files
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 |
|