Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,14 +8,14 @@ def add_logo(logo_path, width, height):
|
|
8 |
return modified_logo
|
9 |
|
10 |
# Example usage
|
11 |
-
my_logo = add_logo(logo_path="
|
12 |
-
st.image(my_logo, caption="
|
13 |
|
14 |
# Rest of your Streamlit app
|
15 |
st.write("# Home")
|
16 |
|
17 |
# Other content of your app
|
18 |
-
st.title("
|
19 |
# Add more components here
|
20 |
# Create a text input widget
|
21 |
user_input = st.text_input('Enter your text:', 'Hello, Streamlit!')
|
|
|
8 |
return modified_logo
|
9 |
|
10 |
# Example usage
|
11 |
+
my_logo = add_logo(logo_path="endesa.jpeg", width=50, height=60)
|
12 |
+
st.image(my_logo, caption="Logo endesa", use_column_width=True)
|
13 |
|
14 |
# Rest of your Streamlit app
|
15 |
st.write("# Home")
|
16 |
|
17 |
# Other content of your app
|
18 |
+
st.title("plAIn")
|
19 |
# Add more components here
|
20 |
# Create a text input widget
|
21 |
user_input = st.text_input('Enter your text:', 'Hello, Streamlit!')
|