Spaces:
Sleeping
Sleeping
File size: 376 Bytes
13cd642 533ad36 13cd642 |
1 2 3 4 5 6 7 8 9 |
import streamlit as st
with st.container():
st.subheader("About the web app")
st.markdown("-----------------------------------------------------------------")
st.page_link("pages/page_1.py", label="Intro", icon="1️⃣")
st.page_link("pages/page_2.py", label="Roadmap", icon="2️⃣", disabled=True)
st.page_link("http://www.google.com", label="Google", icon="🌎") |