Spaces:
Runtime error
Runtime error
jcmachicao
commited on
Commit
•
37e1077
1
Parent(s):
8e9bdee
Update app.py
Browse files
app.py
CHANGED
@@ -3,9 +3,9 @@ import pandas as pd
|
|
3 |
|
4 |
c1, c2, c3 = st.columns([4,4,4])
|
5 |
with c3:
|
6 |
-
st.image('gdmk logo.png', width=100, caption='
|
7 |
with c1:
|
8 |
-
st.image('2017-GIZ-Logo.jpg')
|
9 |
|
10 |
# Load dataframe
|
11 |
file = st.file_uploader('Seleccione un archivo Excel: ')
|
|
|
3 |
|
4 |
c1, c2, c3 = st.columns([4,4,4])
|
5 |
with c3:
|
6 |
+
st.image('gdmk logo.png', width=100, caption='GestioDinámica 2023')
|
7 |
with c1:
|
8 |
+
st.image('2017-GIZ-Logo.jpg', witdth=150, caption='Estudio de Encuesta Integridad')
|
9 |
|
10 |
# Load dataframe
|
11 |
file = st.file_uploader('Seleccione un archivo Excel: ')
|