Spaces:
Build error
Build error
jcmachicao
commited on
Commit
•
c390de2
1
Parent(s):
7b57698
Update app_compara.py
Browse files- app_compara.py +2 -2
app_compara.py
CHANGED
@@ -17,7 +17,7 @@ import datetime
|
|
17 |
import base64
|
18 |
|
19 |
# BODY
|
20 |
-
st.image('
|
21 |
|
22 |
st.subheader('Aplicativos de Reconocimiento Facial')
|
23 |
st.title('Comparación de Identidades')
|
@@ -133,4 +133,4 @@ else:
|
|
133 |
st.write(' ')
|
134 |
with c3:
|
135 |
st.write(' ')
|
136 |
-
st.image('
|
|
|
17 |
import base64
|
18 |
|
19 |
# BODY
|
20 |
+
st.image('gdmk.png', width=150)
|
21 |
|
22 |
st.subheader('Aplicativos de Reconocimiento Facial')
|
23 |
st.title('Comparación de Identidades')
|
|
|
133 |
st.write(' ')
|
134 |
with c3:
|
135 |
st.write(' ')
|
136 |
+
st.image('gdmk.png', width=100, caption='Designed and Powered by GestioDinámica')
|