Data_Analysis / app.py
corvo7's picture
Update app.py
533ad36 verified
raw
history blame
376 Bytes
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="🌎")