corvo7 commited on
Commit
45dee7e
·
verified ·
1 Parent(s): 7a3992d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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("-----------------------------------------------------------------")