Update app.py
Browse files
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(
|