rdlf commited on
Commit
b28c9c0
·
verified ·
1 Parent(s): bac290c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import streamlit as st
2
  from PIL import Image
3
- st.image('endesa.jpeg', caption="Logo endesa", use_column_width=False)
 
4
 
5
  # Rest of your Streamlit app
6
  st.write("# Inicio")
 
1
  import streamlit as st
2
  from PIL import Image
3
+ st.image('endesa.jpeg', caption="", use_column_width=False)
4
+ st.image('calamo.png', caption="", use_column_width=False)
5
 
6
  # Rest of your Streamlit app
7
  st.write("# Inicio")