georad commited on
Commit
57dfc0c
·
verified ·
1 Parent(s): 55ff216

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -1,6 +1,9 @@
1
  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)")
 
1
  import streamlit as st
2
 
3
+ # Create a solution using an iframe approach for truly sticky behavior
4
+ st.set_page_config(layout="wide")
5
+
6
+ # --- SHARED ON ALL PAGES ---
7
  #st.logo(image="images/menu_book_60dp_75FBFD.png")
8
  st.sidebar.title("SBS V2.0 mapper")
9
  st.sidebar.subheader("(work in progress)")