georad commited on
Commit
c52e123
·
verified ·
1 Parent(s): 9a9f416

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -2,10 +2,10 @@ import streamlit as st
2
 
3
 
4
  # --- SHARED ON ALL PAGES ---
5
- st.logo(image="images/menu_book_60dp_75FBFD.png")
6
- st.sidebar.title("SBS V2.0 mapper")
7
- st.sidebar.subheader("(work in progress)")
8
- st.sidebar.text("Demo by JA-RAD")
9
 
10
  # --- PAGE SETUP ---
11
  type_text_page = st.Page(
 
2
 
3
 
4
  # --- SHARED ON ALL PAGES ---
5
+ #st.logo(image="images/menu_book_60dp_75FBFD.png")
6
+ #st.sidebar.title("SBS V2.0 mapper")
7
+ #st.sidebar.subheader("(work in progress)")
8
+ #st.sidebar.text("Demo by JA-RAD")
9
 
10
  # --- PAGE SETUP ---
11
  type_text_page = st.Page(