jcmachicao's picture
Update add.py
8cb9ca3 verified
raw
history blame
213 Bytes
# 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>
"""
)