From cd8e272e034682260652fea3b8870e4df66ed869 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 19 Sep 2025 16:01:07 +0800 Subject: [PATCH] bugfix --- bricks/llm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bricks/llm.js b/bricks/llm.js index b37770e..bd80af2 100644 --- a/bricks/llm.js +++ b/bricks/llm.js @@ -68,7 +68,7 @@ bricks.ModelOutput = class extends bricks.VBox { this.content = new bricks.HBox({width:'100%'}); this.add_widget(this.content); this.logid = null; - this.run = new bricks.BaseRunning({target:this}); + this.run = new bricks.BaseRunning({target:this, cheight:2, cwidth:2}); this.content.add_widget(this.run); this.filler = new bricks.LlmOut({width: '100%', css: 'card'}); this.filler.set_css('filler');