georad commited on
Commit
248c4f2
·
verified ·
1 Parent(s): 178d943

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,9 +1,9 @@
1
  import streamlit as st
2
 
3
  # --- SHARED ON ALL PAGES ---
4
- st.logo(image_icon=":material/medical_information:")
5
  #st.logo(image="images/medical_information_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.png")
6
- #st.logo(image="images/menu_book_60dp_75FBFD.png")
7
  st.sidebar.title("SBS V2.0 Mapper")
8
  st.sidebar.text("Project by JA-RAD")
9
 
 
1
  import streamlit as st
2
 
3
  # --- SHARED ON ALL PAGES ---
4
+ #st.logo(image=":material/medical_information:")
5
  #st.logo(image="images/medical_information_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.png")
6
+ st.logo(image="images/menu_book_60dp_75FBFD.png")
7
  st.sidebar.title("SBS V2.0 Mapper")
8
  st.sidebar.text("Project by JA-RAD")
9