# Add the logo at the end | |
gr.Markdown( | |
""" | |
<br> | |
<div style="text-align: right;"> | |
<img src="gdmk logo.png" alt="Logo" style="width: 200px;"> | |
</div> | |
""" | |
) | |
# Add the logo at the end | |
gr.Markdown( | |
""" | |
<br> | |
<div style="text-align: right;"> | |
<img src="gdmk logo.png" alt="Logo" style="width: 200px;"> | |
</div> | |
""" | |
) | |