File size: 235 Bytes
87e21d1
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
/*.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;
}