Spaces:
Running
on
Zero
Running
on
Zero
File size: 234 Bytes
eadd7b4 |
1 2 3 4 5 6 7 8 9 |
/*.gradio-container{width:680px!important}*/
/* style.css */
.gradio_group, .gradio_row, .gradio_column {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
flex-wrap: wrap;
} |