Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import styled from 'styled-components';
const Ul = styled.ul`
list-style: none;
margin: 0;
width: 100%;
max-height: 30em;
overflow-y: auto;
padding: 0 1em;
`;
export default Ul;