import streamlit as st st.title("Welcome to Machine Learning Notebook") if st.button("Goto Introduction"): st.switch_page("pages\introduction.py")