sepsis-streamlit / utils /navigation.py
gabcares's picture
Streamlit client source code
bfc7b8a verified
raw
history blame
267 Bytes
import streamlit as st
async def navigation():
# Navigation
st.sidebar.page_link("app.py", label="Home", icon="πŸ€–")
st.sidebar.page_link("pages/01_πŸ•°οΈ_History.py", label="History", icon="πŸ•°οΈ")
# Divider
st.sidebar.divider()