corvo7 commited on
Commit
564cbb0
·
verified ·
1 Parent(s): 45dee7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
 
3
- st.title("<h1 style='text-align: center; color: grey;'>Data Analysis With Python</h1>", unsafe_allow_html=True)
4
 
5
 
6
  with st.container():
@@ -11,7 +11,6 @@ col1, col2, = st.columns(2,gap="small")
11
 
12
  with col1:
13
  st.page_link("pages/page_1.py", label="Intro", icon="1️⃣")
14
-
15
  with col2:
16
  st.page_link("pages/page_2.py", label="Roadmap", icon="2️⃣",)
17
 
 
1
  import streamlit as st
2
 
3
+ st.title("Data Analysis With Python")
4
 
5
 
6
  with st.container():
 
11
 
12
  with col1:
13
  st.page_link("pages/page_1.py", label="Intro", icon="1️⃣")
 
14
  with col2:
15
  st.page_link("pages/page_2.py", label="Roadmap", icon="2️⃣",)
16