Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
.react-page-controls-trash {
position: fixed;
bottom: -64px;
z-index: 500;
left: 50%;
transition: bottom 200ms ease;
padding: 8px;
}
.react-page-controls-trash.react-page-controls-trash-active {
bottom: 16px;
}