bugfix
This commit is contained in:
parent
bb47d2c1f7
commit
c43890eb41
@ -187,8 +187,8 @@ bricks.LlmModel = class extends bricks.JsWidget {
|
|||||||
tip:this.opts.modelname,
|
tip:this.opts.modelname,
|
||||||
url:this.opts.icon||bricks_resource('imgs/llm.svg')
|
url:this.opts.icon||bricks_resource('imgs/llm.svg')
|
||||||
});
|
});
|
||||||
// var txt = new bricks.Text({text:this.opts.modelname});
|
|
||||||
w.add_widget(img);
|
w.add_widget(img);
|
||||||
|
// var txt = new bricks.Text({text:this.opts.modelname});
|
||||||
// w.add_widget(txt);
|
// w.add_widget(txt);
|
||||||
return w;
|
return w;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user