AISparking commited on
Commit
932b22f
·
verified ·
1 Parent(s): 2887fe5

Update app.py

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