diffusion / head.html
adamelliotfields's picture
Style adjustments
6ac2c39 verified
raw
history blame
163 Bytes
<style>
/* gradio styles go in head */
@media (min-width: 1024px) {
gradio-app > .gradio-container {
max-width: 960px !important;
}
}
</style>