Update app.py
Browse files
app.py
CHANGED
|
@@ -546,7 +546,6 @@ def create_enhanced_ui():
|
|
| 546 |
headers=["Timestamp", "Component", "Latency", "Error Rate", "Throughput", "Severity", "Analysis"],
|
| 547 |
label="Event History",
|
| 548 |
wrap=True,
|
| 549 |
-
max_height="400px"
|
| 550 |
)
|
| 551 |
|
| 552 |
# Information sections
|
|
|
|
| 546 |
headers=["Timestamp", "Component", "Latency", "Error Rate", "Throughput", "Severity", "Analysis"],
|
| 547 |
label="Event History",
|
| 548 |
wrap=True,
|
|
|
|
| 549 |
)
|
| 550 |
|
| 551 |
# Information sections
|