jcmachicao commited on
Commit
590da27
1 Parent(s): 99afa6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,6 +1,8 @@
1
  import streamlit as st
2
  import pandas as pd
3
 
 
 
4
  # Load dataframe
5
  file = st.file_uploader('Seleccione un archivo Excel: ')
6
 
 
1
  import streamlit as st
2
  import pandas as pd
3
 
4
+ st.image('2017-logo.jpg')
5
+
6
  # Load dataframe
7
  file = st.file_uploader('Seleccione un archivo Excel: ')
8