Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LiuZiyi
/
8-mlBasics-streamlit-multipage
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
LiuZiyi
commited on
Feb 7, 2024
Commit
68512f9
·
1 Parent(s):
9953809
Add application file
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
+
3
+
st.write("# Main")
4
+
5
+
st.link_button("Profile", url="/profile")
6
+
st.link_button("Dashboard", url="/dashboard")