Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Remove row.
Browse files
app.py
CHANGED
@@ -189,15 +189,15 @@ def get_theme():
|
|
189 |
|
190 |
blocks = gr.Blocks(css=custom_css, theme=get_theme())
|
191 |
with blocks:
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
|
202 |
gr.HTML(
|
203 |
"""
|
|
|
189 |
|
190 |
blocks = gr.Blocks(css=custom_css, theme=get_theme())
|
191 |
with blocks:
|
192 |
+
|
193 |
+
gr.Image(
|
194 |
+
"assets/banner.png",
|
195 |
+
interactive=False,
|
196 |
+
show_label=False,
|
197 |
+
show_download_button=False,
|
198 |
+
container=False,
|
199 |
+
elem_id="banner_image",
|
200 |
+
)
|
201 |
|
202 |
gr.HTML(
|
203 |
"""
|