georad commited on
Commit
c45d8cb
·
verified ·
1 Parent(s): 0b1a1c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py CHANGED
@@ -6,15 +6,6 @@ st.sidebar.title("SBS V2.0 mapper")
6
  st.sidebar.subheader("(work in progress)")
7
  st.sidebar.text("Demo by JA-RAD")
8
 
9
- # Create a container for your "fake" header
10
- with st.container():
11
- st.markdown("## SBS Mapper", unsafe_allow_html=True)
12
- st.markdown("---") # Optional separator
13
-
14
- st.write("Scroll down to see the 'header' remain at the top of the content flow.")
15
- for i in range(50):
16
- st.write(f"Some more content: {i}")
17
-
18
  # --- PAGE SETUP ---
19
  type_text_page = st.Page(
20
  page="pages/type_text.py",
 
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(
11
  page="pages/type_text.py",