Spaces:
Sleeping
Sleeping
File size: 154 Bytes
80c97bb |
1 2 3 4 5 6 7 |
import streamlit as st
st.title("Welcome to Machine Learning Notebook")
if st.button("Goto Introduction"):
st.switch_page("pages\introduction.py")
|