corvo7 commited on
Commit
7d3c63c
·
verified ·
1 Parent(s): 42a3998

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -1,15 +1,15 @@
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
 
4
 
5
 
6
 
7
 
8
- st.markdown("<h2 style='text-align: center; color: grey;'>About the web app </h2>", unsafe_allow_html=True)
9
 
10
  # About the app section
11
  st.markdown("""
12
- ## About This App
13
 
14
  Welcome to the **Data Analysis with Python** app! This platform is designed to help you learn, revise, and master data analysis concepts using Python. Whether you're a student or a professional, our app provides you with:
15
 
@@ -44,4 +44,4 @@ with col2:
44
 
45
 
46
  st.markdown("---")
47
- st.markdown("© 2024 Data Analysis with Python. All rights reserved.")
 
1
  import streamlit as st
2
+ st.markdown("<h1 style='text-align: center; color: black;'>Data Analysis With Python 🕵</h1>", unsafe_allow_html=True)
3
 
4
 
5
 
6
 
7
 
8
+ st.markdown("<h2 style='text-align: center; color: black;'>About the web app </h2>", unsafe_allow_html=True)
9
 
10
  # About the app section
11
  st.markdown("""
12
+
13
 
14
  Welcome to the **Data Analysis with Python** app! This platform is designed to help you learn, revise, and master data analysis concepts using Python. Whether you're a student or a professional, our app provides you with:
15
 
 
44
 
45
 
46
  st.markdown("---")
47
+ st.markdown("© 2024 Data Analysis with Python innomatics. All rights reserved.")