AbdulElahGwaith's picture
Upload folder using huggingface_hub
c9d0005 verified
Raw
History Blame Contribute Delete
355 Bytes
export default {
type: 'object',
column: 3,
displayType: 'row',
properties: {
input1: {
title: 'Field A',
type: 'string'
},
input2: {
title: 'Field B',
type: 'string'
},
input3: {
title: 'Field C',
type: 'string'
},
input4: {
title: 'Field D',
type: 'string'
}
}
};