jcmachicao's picture
Create add.py
63de489 verified
raw
history blame
209 Bytes
# Add the logo at the end
gr.Markdown(
"""
<br>
<div style="text-align: center;">
<img src="logo.png" alt="Logo" style="width: 200px;">
</div>
"""
)