rdlf commited on
Commit
4ebe0c4
·
verified ·
1 Parent(s): a7dbb23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def add_logo(logo_path, width, height):
9
 
10
  # Example usage
11
  my_logo = add_logo(logo_path="endesa.jpeg", width=25, height=30)
12
- st.image('endesa.jpeg', caption="Logo endesa", use_column_width=True)
13
 
14
  # Rest of your Streamlit app
15
  st.write("# Home")
 
9
 
10
  # Example usage
11
  my_logo = add_logo(logo_path="endesa.jpeg", width=25, height=30)
12
+ st.image('endesa.jpeg', caption="Logo endesa", use_column_width=False)
13
 
14
  # Rest of your Streamlit app
15
  st.write("# Home")