poc / app.py
ryanrahmadifa
Updated technical anlysis
ffe3438
raw
history blame contribute delete
388 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="Technical Analysis"),
st.Page("page_3.py", title="Price Forecasting"),
st.Page("page_4.py", title="MLOps Pipeline"),
st.Page("page_5.py", title="AI Trading")],})
pg.run()