Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import type React from 'react';
export const iconStyle: React.CSSProperties = {
width: '100%',
height: 'auto',
padding: '0',
color: '#aaa',
textAlign: 'center',
minWidth: 64,
minHeight: 64,
maxHeight: 256,
};