LiuZiyi's picture
Add application file
68512f9
raw
history blame contribute delete
132 Bytes
import streamlit as st
st.write("# Main")
st.link_button("Profile", url="/profile")
st.link_button("Dashboard", url="/dashboard")