Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -604,7 +604,13 @@ with gr.Blocks() as demo:
|
|
604 |
# Add the image in the left corner
|
605 |
# gr.Image(value=image_path, show_label=False, height=45, width=45)
|
606 |
# gr.HTML(f'<img src="{image_link}" alt="Logo" height="50" width="50">')
|
607 |
-
gr.HTML(
|
|
|
|
|
|
|
|
|
|
|
|
|
608 |
# gr.HTML(f'<img src="{image_path}" alt="Logo" height="50" width="100" style="display: block; margin-left: auto; margin-right: auto;">')
|
609 |
|
610 |
gr.Markdown(
|
|
|
604 |
# Add the image in the left corner
|
605 |
# gr.Image(value=image_path, show_label=False, height=45, width=45)
|
606 |
# gr.HTML(f'<img src="{image_link}" alt="Logo" height="50" width="50">')
|
607 |
+
gr.HTML(
|
608 |
+
"""
|
609 |
+
<div style="text-align: left; padding: 10px;">
|
610 |
+
<img src="https://mma.prnewswire.com/media/1807312/incedo_Logo.jpg" alt="Logo" height="50" width="80">
|
611 |
+
</div>
|
612 |
+
"""
|
613 |
+
)
|
614 |
# gr.HTML(f'<img src="{image_path}" alt="Logo" height="50" width="100" style="display: block; margin-left: auto; margin-right: auto;">')
|
615 |
|
616 |
gr.Markdown(
|