Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import styled from 'styled-components/macro';
export const Title = styled.h1`
/* this comment should be removed */
font-size: 1.5em;
text-align: center;
color: palevioletred;
`;