Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,13 +5,13 @@ with st.container():
|
|
5 |
st.subheader("About the web app")
|
6 |
st.markdown("-----------------------------------------------------------------")
|
7 |
|
8 |
-
col1, col2, = st.columns(2)
|
9 |
|
10 |
with col1:
|
11 |
-
st.page_link("pages/page_1.py", label="Intro", icon="1️⃣"
|
12 |
|
13 |
with col2:
|
14 |
-
st.page_link("pages/page_2.py", label="Roadmap", icon="2️⃣",
|
15 |
|
16 |
|
17 |
|
|
|
5 |
st.subheader("About the web app")
|
6 |
st.markdown("-----------------------------------------------------------------")
|
7 |
|
8 |
+
col1, col2, = st.columns(2,gap="small")
|
9 |
|
10 |
with col1:
|
11 |
+
st.page_link("pages/page_1.py", label="Intro", icon="1️⃣")
|
12 |
|
13 |
with col2:
|
14 |
+
st.page_link("pages/page_2.py", label="Roadmap", icon="2️⃣",)
|
15 |
|
16 |
|
17 |
|