LiuZiyi commited on
Commit
68512f9
·
1 Parent(s): 9953809

Add application file

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py ADDED
@@ -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")