Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -313,7 +313,7 @@ def run_diptych_prompting(
|
|
313 |
|
314 |
# --- Gradio UI Definition ---
|
315 |
css = '''
|
316 |
-
|
317 |
'''
|
318 |
with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
319 |
gr.Markdown(
|
|
|
313 |
|
314 |
# --- Gradio UI Definition ---
|
315 |
css = '''
|
316 |
+
.gradio-container{max-width: 960px;margin: 0 auto}
|
317 |
'''
|
318 |
with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
319 |
gr.Markdown(
|