From 745f7e0d94a7a1db82d95cd4b7397c467322ad3c Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Tue, 16 Jul 2024 16:59:57 +0200 Subject: [PATCH] Adjust Vega output height --- lumen/ai/agents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lumen/ai/agents.py b/lumen/ai/agents.py index 78ab994b5..d1160bcb7 100644 --- a/lumen/ai/agents.py +++ b/lumen/ai/agents.py @@ -911,4 +911,4 @@ def _extract_spec(self, model): vega_spec["width"] = "container" if "height" not in vega_spec: vega_spec["height"] = "container" - return {'spec': vega_spec, "sizing_mode": "stretch_both", "min_height": 300} + return {'spec': vega_spec, "sizing_mode": "stretch_both", "min_height": 500}