DigiP-AI commited on
Commit
dd658c6
·
verified ·
1 Parent(s): ea95fa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -96,11 +96,11 @@ with gr.Group():
96
 
97
 
98
  css = """
99
- .title { font-size: 3em; align-items: center; text-align: center; }
100
- .info { align-items: center; text-align: center; }
101
- .model_info { text-align: center; }
102
- .output { width=112px; height=112px; max_width=112px; max_height=112px; !important; }
103
- .gallery { min_width=512px; min_height=512px; max_height=1024px; !important; }
104
  """
105
 
106
  with gr.Blocks(theme=theme, fill_width=True, css=css) as app:
 
96
 
97
 
98
  css = """
99
+ footer{display:none !important}
100
+ #app-container {
101
+ max-width: 930px;
102
+ margin-left: auto;
103
+ margin-right: auto;
104
  """
105
 
106
  with gr.Blocks(theme=theme, fill_width=True, css=css) as app: