Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
koushikvkr484
/
ML_NoteBook
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
koushikvkr484
commited on
Apr 26, 2025
Commit
80c97bb
·
verified
·
1 Parent(s):
2a84175
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
import streamlit as st
2
+
st.title("Welcome to Machine Learning Notebook")
3
+
4
+
if st.button("Goto Introduction"):
5
+
st.switch_page("pages\introduction.py")
6
+