AISparking commited on
Commit
669cec7
·
verified ·
1 Parent(s): d6a8b05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ models = [
83
  with gr.Blocks(css=".main-container {max-width: 900px; margin: auto;}") as demo:
84
  # Add the banner image
85
  with gr.Row():
86
- gr.Image("banner.png", elem_id="banner-image", show_label=False, style={"width": "70%", "margin": "auto"})
87
 
88
  # Title and description
89
  gr.Markdown(
 
83
  with gr.Blocks(css=".main-container {max-width: 900px; margin: auto;}") as demo:
84
  # Add the banner image
85
  with gr.Row():
86
+ gr.Image("banner.png", elem_id="banner-image", show_label=False)
87
 
88
  # Title and description
89
  gr.Markdown(