Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
241 Bytes
.component-button-panel {
background-color: #858694;
display: flex;
flex-direction: row;
flex-wrap: wrap;
flex: 1 0 auto;
}
.component-button-panel > div {
width: 100%;
margin-bottom: 1px;
flex: 1 0 auto;
display: flex;
}