Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
from streamlit_navigation_bar import st_navbar
|
3 |
-
page = st_navbar(
|
4 |
st.write(page)
|
5 |
# --- SHARED ON ALL PAGES ---
|
6 |
st.logo(image="images/menu_book_60dp_75FBFD.png")
|
|
|
1 |
import streamlit as st
|
2 |
from streamlit_navigation_bar import st_navbar
|
3 |
+
page = st_navbar(pages=["SBS V2.0 mapper"],selected="SBS V2.0 mapper", key="app_page_navbar")
|
4 |
st.write(page)
|
5 |
# --- SHARED ON ALL PAGES ---
|
6 |
st.logo(image="images/menu_book_60dp_75FBFD.png")
|