File size: 255 Bytes
79e1719
 
 
 
 
 
1
2
3
4
5
6
import streamlit as st

pg = st.navigation({"Bioma AI PoC":[st.Page("page_1.py", title="Semantic Analysis"), 
                    st.Page("page_2.py", title="Price Forecasting"),
                    st.Page("page_3.py", title="MLOps Pipeline")]})
pg.run()