georad commited on
Commit
2adf5ba
·
verified ·
1 Parent(s): ef2f1fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -2,9 +2,8 @@ import streamlit as st
2
 
3
  # --- SHARED ON ALL PAGES ---
4
  #st.logo(image=":material/medical_information:")
5
- #st.logo("images/medical_information_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.png")
6
- #st.logo("📘SBS mapper")
7
- st.logo(image=":material/menu_book:")
8
 
9
  # --- PAGE SETUP ---
10
  start_page = st.Page(
 
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
 
8
  # --- PAGE SETUP ---
9
  start_page = st.Page(