Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
import streamlit as st
|
2 |
-
st.markdown("<h1 style='text-align: center; color: grey;'>Data Analysis With Python
|
3 |
#st.title("Data Analysis With Python")
|
4 |
|
5 |
|
6 |
with st.container():
|
7 |
-
st.
|
8 |
st.markdown("-----------------------------------------------------------------")
|
9 |
|
10 |
col1, col2, = st.columns(2,gap="small")
|
|
|
1 |
import streamlit as st
|
2 |
+
st.markdown("<h1 style='text-align: center; color: grey;'>Data Analysis With Python 🕵</h1>", unsafe_allow_html=True)
|
3 |
#st.title("Data Analysis With Python")
|
4 |
|
5 |
|
6 |
with st.container():
|
7 |
+
st.markdown("<h2 style='text-align: center; color: grey;'>About the web app 🕵</h2>", unsafe_allow_html=True)
|
8 |
st.markdown("-----------------------------------------------------------------")
|
9 |
|
10 |
col1, col2, = st.columns(2,gap="small")
|