Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
-
st.title("
|
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 |
|