georad commited on
Commit
d8f56b1
·
verified ·
1 Parent(s): cfda2b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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")