Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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")
|