File size: 229 Bytes
c6a28ec
09a4b49
c6a28ec
09a4b49
c6a28ec
09a4b49
c6a28ec
09a4b49
c6a28ec
09a4b49
c6a28ec
09a4b49
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import streamlit as st
from st_pages import add_page_title, get_nav_from_toml

st.set_page_config(layout="wide")

nav = get_nav_from_toml("pages.toml")

# st.logo("logo.png")

pg = st.navigation(nav)

add_page_title(pg)
pg.run()