File size: 163 Bytes
6ac2c39
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
<style>
  /* gradio styles go in head */
  @media (min-width: 1024px) {
    gradio-app > .gradio-container {
      max-width: 960px !important;
    }
  }
</style>