Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
.example-container {
display: grid;
grid-template-columns: repeat(auto-fill, 150px);
grid-template-rows: repeat(auto-fill, 50px);
text-align: center;
.logo-container {
min-height: 50px;
display: flex;
align-items: center;
justify-content: center;
}
}