Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import styled from 'styled-components';
const Section = styled.section`
margin: 3em auto;
&:first-child {
margin-top: 0;
}
`;
export default Section;