Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
-
st.title("Data Analysis With Python")
|
|
|
|
|
4 |
with st.container():
|
5 |
st.subheader("About the web app")
|
6 |
st.markdown("-----------------------------------------------------------------")
|
|
|
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():
|
7 |
st.subheader("About the web app")
|
8 |
st.markdown("-----------------------------------------------------------------")
|