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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
-
3
- st.title("Data Analysis With Python")
4
 
5
 
6
  with st.container():
 
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():