Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
195 Bytes
import styled from 'styled-components';
export const Container = styled.div`
height: 80px;
padding: 0 30px;
background: #7159c1;
color: #FFF;
display: flex;
align-items: center;
`;