Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
import streamlit as st
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
4 |
st.page_link("http://www.google.com", label="Google", icon="🌎")
|
|
|
1 |
import streamlit as st
|
2 |
+
|
3 |
+
|
4 |
+
with st.container():
|
5 |
+
st.subheader("About the web app")
|
6 |
+
st.markdown("-----------------------------------------------------------------")
|
7 |
+
st.page_link("pages/page_1.py", label="Intro", icon="1️⃣")
|
8 |
+
st.page_link("pages/page_2.py", label="Roadmap", icon="2️⃣", disabled=True)
|
9 |
st.page_link("http://www.google.com", label="Google", icon="🌎")
|