Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
193 Bytes
.Button {
display: inline-block;
border-radius: 3px;
border: 0;
outline: 0;
font-size: 1rem;
}
@media(max-height: 600px) {
.Button {
font-size: 0.9rem;
}
}