AbdulElahGwaith's picture
Upload folder using huggingface_hub
c9d0005 verified
Raw
History Blame Contribute Delete
618 Bytes
export default {
type: 'object',
displayType: 'row',
properties: {
input1: {
title: 'Field A',
type: 'string',
span: 8
},
input2: {
title: 'Field B',
type: 'string',
span: 8
},
input3: {
title: 'Field C',
type: 'string',
span: 8
},
input11: {
title: 'Field A',
type: 'string',
span: 8
},
input12: {
title: 'Field B',
type: 'string',
span: 8
},
input4: {
title: 'Field D',
type: 'string',
},
input5: {
title: 'Field E',
type: 'string'
}
}
};