Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import styled from 'styled-components';
const Input = styled.input`
outline: none;
border: none;
border-bottom: 1px dotted #999;
background-color: transparent;
`;
export default Input;