Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ryanrahmadifa
/
poc
like
0
Sleeping
App
Files
Files
Community
5b990f6
poc
/
app.py
ryanrahmadifa
Added files
79e1719
3 months ago
raw
Copy download link
history
blame
255 Bytes
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()