rdlf commited on
Commit
bddb9db
·
verified ·
1 Parent(s): b9e397f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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")