ML_NoteBook / app.py
koushikvkr484's picture
Create app.py
80c97bb verified
raw
history blame contribute delete
154 Bytes
import streamlit as st
st.title("Welcome to Machine Learning Notebook")
if st.button("Goto Introduction"):
st.switch_page("pages\introduction.py")