Nymbo commited on
Commit
73f7edc
1 Parent(s): 30efa89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -57,7 +57,10 @@ def query(prompt, is_negative=False, steps=30, cfg_scale=7, sampler="DPM++ 2M Ka
57
  return None
58
 
59
  css = """
60
- footer {visibility: hidden !important;}
 
 
 
61
  """
62
 
63
  with gr.Blocks(theme='Nymbo/Nymbo_Theme') as app:
 
57
  return None
58
 
59
  css = """
60
+ #col-container {
61
+ margin: 0 auto;
62
+ max-width: 580px;
63
+ }
64
  """
65
 
66
  with gr.Blocks(theme='Nymbo/Nymbo_Theme') as app: