jcmachicao commited on
Commit
2e219d2
1 Parent(s): 37e1077

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='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: ')
 
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', width=150, caption='Estudio de Encuesta Integridad')
9
 
10
  # Load dataframe
11
  file = st.file_uploader('Seleccione un archivo Excel: ')