Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -513,8 +513,6 @@ final_css = f"{custom_css}\n{base_css}\n{intro_css}\n{markdown_css}\n{tab_css}\n
|
|
513 |
demo = gr.Blocks(css=final_css, theme=gr.themes.Soft())
|
514 |
|
515 |
with demo:
|
516 |
-
# Title
|
517 |
-
gr.HTML(TITLE)
|
518 |
# NEW ⭐: image immediately below the introduction
|
519 |
with gr.Row():
|
520 |
gr.Image(
|
@@ -522,6 +520,8 @@ with demo:
|
|
522 |
show_label=False,
|
523 |
elem_id="intro-image",
|
524 |
)
|
|
|
|
|
525 |
|
526 |
# Introduction (Markdown wrapped so CSS can target .introduction-wrapper)
|
527 |
with gr.Row():
|
|
|
513 |
demo = gr.Blocks(css=final_css, theme=gr.themes.Soft())
|
514 |
|
515 |
with demo:
|
|
|
|
|
516 |
# NEW ⭐: image immediately below the introduction
|
517 |
with gr.Row():
|
518 |
gr.Image(
|
|
|
520 |
show_label=False,
|
521 |
elem_id="intro-image",
|
522 |
)
|
523 |
+
# Title
|
524 |
+
gr.HTML(TITLE)
|
525 |
|
526 |
# Introduction (Markdown wrapped so CSS can target .introduction-wrapper)
|
527 |
with gr.Row():
|