Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -656,7 +656,7 @@ with gr.Blocks(CIMStheme) as iface:
|
|
656 |
gr.Markdown("")
|
657 |
with gr.Column(scale=1):
|
658 |
with gr.Row():
|
659 |
-
gr.Image(label="Logo", value="Nili_v2_Character.png", width=
|
660 |
show_download_button=False,
|
661 |
interactive=False, show_label=False, elem_id="logo", container=False)
|
662 |
with gr.Row():
|
|
|
656 |
gr.Markdown("")
|
657 |
with gr.Column(scale=1):
|
658 |
with gr.Row():
|
659 |
+
gr.Image(label="Logo", value="Nili_v2_Character.png", width=200, height=200,
|
660 |
show_download_button=False,
|
661 |
interactive=False, show_label=False, elem_id="logo", container=False)
|
662 |
with gr.Row():
|