Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
import streamlit as st
|
|
|
2 |
|
3 |
# --- SHARED ON ALL PAGES ---
|
4 |
st.logo(image="images/menu_book_60dp_75FBFD.png")
|
|
|
1 |
+
import streamlit as st
|
2 |
+
from streamlit_navigation_bar import st_navbar
|
3 |
|
4 |
# --- SHARED ON ALL PAGES ---
|
5 |
st.logo(image="images/menu_book_60dp_75FBFD.png")
|