Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
# Add your logo (adjust width and height as needed)
|
4 |
-
logo_path = "my_logo.png"
|
5 |
-
logo_width, logo_height = 100, 100
|
6 |
-
st.image(add_logo(logo_path, logo_width, logo_height), use_container_width=True)
|
7 |
|
8 |
# Other content of your app
|
9 |
st.title("My Streamlit App")
|
|
|
1 |
import streamlit as st
|
2 |
|
3 |
# Add your logo (adjust width and height as needed)
|
4 |
+
#logo_path = "my_logo.png"
|
5 |
+
#logo_width, logo_height = 100, 100
|
6 |
+
#st.image(add_logo(logo_path, logo_width, logo_height), use_container_width=True)
|
7 |
|
8 |
# Other content of your app
|
9 |
st.title("My Streamlit App")
|