Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|
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(
|