corvo7 commited on
Commit
12043c3
·
verified ·
1 Parent(s): 1b32b4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,10 +8,10 @@ with st.container():
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
 
 
8
  col1, col2, = st.columns(2)
9
 
10
  with col1:
11
+ st.page_link("pages/page_1.py", label="Intro", icon="1️⃣",gap="small")
12
 
13
  with col2:
14
+ st.page_link("pages/page_2.py", label="Roadmap", icon="2️⃣",gap="small")
15
 
16
 
17