mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-13 21:21:08 +00:00
Native data AI application framework based on AWEL+AGENT (#1152)
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com> Co-authored-by: lcx01800250 <lcx01800250@alibaba-inc.com> Co-authored-by: licunxing <864255598@qq.com> Co-authored-by: Aralhi <xiaoping0501@gmail.com> Co-authored-by: xuyuan23 <643854343@qq.com> Co-authored-by: aries_ckt <916701291@qq.com> Co-authored-by: hzh97 <2976151305@qq.com>
This commit is contained in:
@@ -21,7 +21,7 @@ function Models() {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<div className="p-4 md:p-6 h-full">
|
||||
<div className="p-4 md:p-6 overflow-y-auto">
|
||||
<Button
|
||||
className="mb-4"
|
||||
type="primary"
|
||||
@@ -31,7 +31,7 @@ function Models() {
|
||||
>
|
||||
{t('create_model')}
|
||||
</Button>
|
||||
<div className="flex flex-wrap -m-1 md:-m-2">
|
||||
<div className="flex flex-wrap gap-2 md:gap-4">
|
||||
{models.map((item) => (
|
||||
<ModelCard info={item} key={item.model_name} />
|
||||
))}
|
||||
|
Reference in New Issue
Block a user