georad commited on
Commit
9f0fc30
·
verified ·
1 Parent(s): 1f8fbc8

Update app.py

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