fffiloni commited on
Commit
5fb1dae
1 Parent(s): e2946ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def infer(prompt):
24
  css = """
25
  #col-container{
26
  margin: 0 auto;
27
- max-width: 640px;
28
  }
29
  """
30
  with gr.Blocks(css=css) as demo:
 
24
  css = """
25
  #col-container{
26
  margin: 0 auto;
27
+ max-width: 580px;
28
  }
29
  """
30
  with gr.Blocks(css=css) as demo: