Spaces:
Sleeping
Sleeping
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="🌎") |