Spaces:
Paused
Paused
layerdiffusion
commited on
Commit
•
ee67f82
1
Parent(s):
4d65fef
app.py
CHANGED
@@ -272,7 +272,7 @@ def diffusion_fn(chatbot, canvas_outputs, num_samples, seed, image_width, image_
|
|
272 |
css = '''
|
273 |
code {white-space: pre-wrap !important;}
|
274 |
.gradio-container {max-width: none !important;}
|
275 |
-
|
276 |
.outer_parent {flex: 1;}
|
277 |
.inner_parent {flex: 1;}
|
278 |
footer {display: none !important; visibility: hidden !important;}
|
|
|
272 |
css = '''
|
273 |
code {white-space: pre-wrap !important;}
|
274 |
.gradio-container {max-width: none !important;}
|
275 |
+
.container {max-width: none !important;}
|
276 |
.outer_parent {flex: 1;}
|
277 |
.inner_parent {flex: 1;}
|
278 |
footer {display: none !important; visibility: hidden !important;}
|