corvo7 commited on
Commit
00ff30f
·
verified ·
1 Parent(s): a7bf951

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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</h1>", unsafe_allow_html=True)
3
  #st.title("Data Analysis With Python")
4
 
5
 
6
  with st.container():
7
- st.subheader("About the web app")
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")