Update app.py
Browse files
app.py
CHANGED
@@ -54,20 +54,17 @@ custom_css = f"""
|
|
54 |
st.markdown(custom_css, unsafe_allow_html=True)
|
55 |
|
56 |
# --- Your Streamlit App ---
|
57 |
-
st.
|
58 |
-
st.
|
59 |
-
st.sidebar.
|
|
|
|
|
60 |
|
61 |
st.header("Main Content Section")
|
62 |
st.write(f"The header should be sticky. This content section has a top padding of approximately {HEADER_HEIGHT} to compensate for the header.")
|
63 |
st.info(f"Header Selector Used: `{HEADER_SELECTOR}`")
|
64 |
st.info(f"Main Content Selector Used: `{MAIN_CONTENT_SELECTOR}`")
|
65 |
|
66 |
-
# --- SHARED ON ALL PAGES ---
|
67 |
-
#st.logo(image="images/menu_book_60dp_75FBFD.png")
|
68 |
-
#st.sidebar.title("SBS V2.0 mapper")
|
69 |
-
#st.sidebar.subheader("(work in progress)")
|
70 |
-
#st.sidebar.text("Demo by JA-RAD")
|
71 |
|
72 |
# --- PAGE SETUP ---
|
73 |
type_text_page = st.Page(
|
|
|
54 |
st.markdown(custom_css, unsafe_allow_html=True)
|
55 |
|
56 |
# --- Your Streamlit App ---
|
57 |
+
#st.logo(image="images/menu_book_60dp_75FBFD.png")
|
58 |
+
st.title("SBS V2.0 mapper")
|
59 |
+
st.sidebar.header("SBS V2.0 mapper")
|
60 |
+
st.sidebar.write("work in progress.")
|
61 |
+
st.sidebar.text("Demo by JA-RAD")
|
62 |
|
63 |
st.header("Main Content Section")
|
64 |
st.write(f"The header should be sticky. This content section has a top padding of approximately {HEADER_HEIGHT} to compensate for the header.")
|
65 |
st.info(f"Header Selector Used: `{HEADER_SELECTOR}`")
|
66 |
st.info(f"Main Content Selector Used: `{MAIN_CONTENT_SELECTOR}`")
|
67 |
|
|
|
|
|
|
|
|
|
|
|
68 |
|
69 |
# --- PAGE SETUP ---
|
70 |
type_text_page = st.Page(
|