File size: 232 Bytes
325320d
 
18a3564
 
 
 
325320d
18a3564
 
1
2
3
4
5
6
7
8
9
10
import streamlit as st

pages = [
    st.Page("../pages/fev_bench.py", title="fev-bench", icon=":material/trophy:"),
    st.Page("../pages/about.py", title="About", icon=":material/info:"),
]

page = st.navigation(pages)
page.run()