Spaces:
Running
Running
| import streamlit as st | |
| # App layout | |
| pages =[ | |
| st.Page("pages/home.py", title="🔮 Stroke Risk Prediction"), | |
| st.Page("pages/learn_about.py", title="🤔 Learn About")] | |
| pg = st.navigation(pages) | |
| pg.run() |