Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -85,14 +85,15 @@ with gr.Blocks(theme=gr.themes.Monochrome(), css="body {background-color: #12121
|
|
85 |
</div>
|
86 |
""")
|
87 |
|
88 |
-
gr.
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
|
|
96 |
|
97 |
# Affichage du pipeline
|
98 |
with gr.Row():
|
|
|
85 |
</div>
|
86 |
""")
|
87 |
|
88 |
+
with gr.Row(variant="compact", equal_height=True, elem_id="logo-row", justify="center"):
|
89 |
+
gr.Image(
|
90 |
+
value="logo.png",
|
91 |
+
width=150,
|
92 |
+
show_label=False,
|
93 |
+
show_download_button=False,
|
94 |
+
interactive=False,
|
95 |
+
container=False
|
96 |
+
)
|
97 |
|
98 |
# Affichage du pipeline
|
99 |
with gr.Row():
|