Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gestiodinamica
/
microtalleres_cogtech_autodiagnostico
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jcmachicao
commited on
Jan 10
Commit
63de489
路
verified
路
1 Parent(s):
33a341c
Create add.py
Browse files
Files changed (1)
hide
show
add.py
+9
-0
add.py
ADDED
Viewed
@@ -0,0 +1,9 @@
1
+
# Add the logo at the end
2
+
gr.Markdown(
3
+
"""
4
+
<br>
5
+
<div style="text-align: center;">
6
+
<img src="logo.png" alt="Logo" style="width: 200px;">
7
+
</div>
8
+
"""
9
+
)