multimodalart HF Staff commited on
Commit
4743e79
·
verified ·
1 Parent(s): 3157c5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -313,7 +313,7 @@ def run_diptych_prompting(
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(
 
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(