Spaces:
Runtime error
Runtime error
jcmachicao
commited on
Commit
•
c52ab4a
1
Parent(s):
25d6c71
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ c1, c2, c3 = st.columns([4,4,4])
|
|
5 |
with c3:
|
6 |
st.image('gdmk logo.png', width=100, caption='Updated by GestioDinámica in 2022')
|
7 |
with c1:
|
8 |
-
st.image('2017-GIZ-
|
9 |
|
10 |
# Load dataframe
|
11 |
file = st.file_uploader('Seleccione un archivo Excel: ')
|
|
|
5 |
with c3:
|
6 |
st.image('gdmk logo.png', width=100, caption='Updated by GestioDinámica in 2022')
|
7 |
with c1:
|
8 |
+
st.image('2017-GIZ-Logo.jpg')
|
9 |
|
10 |
# Load dataframe
|
11 |
file = st.file_uploader('Seleccione un archivo Excel: ')
|