File size: 124 Bytes
ed79c2d
 
 
 
 
 
1
2
3
4
5
6
7
import streamlit as st


def Navbar():
    with st.sidebar:
        st.page_link('app.py', label='Objectives', icon='🔥')