Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
146 Bytes
import styled from 'styled-components';
export const Container = styled.div`
display: flex;
padding: 30px 0;
height: calc(100% - 80px);
`;