corvo7 commited on
Commit
de00309
·
verified ·
1 Parent(s): 409bcde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -7,11 +7,13 @@ st.markdown("<h1 style='text-align: center; color: grey;'>Data Analysis With Pyt
7
  with st.container():
8
  st.markdown("<h2 style='text-align: center; color: grey;'>About the web app </h2>", unsafe_allow_html=True)
9
  st.markdown("""About the App
10
- Welcome to Data Analysis Mastery with Python – your ultimate companion for mastering data analysis concepts through Python! Whether you're a student aiming to excel in your coursework or a professional seeking to enhance your data analysis skills, this app is designed to cater to all your learning and revision needs.
 
11
 
12
- Key Features:
 
13
 
14
- Comprehensive Notes:
15
 
16
  Dive into well-structured and detailed notes covering all essential data analysis concepts, from basic to advanced levels. Each topic is explained in simple, easy-to-understand language, ensuring you grasp the fundamentals and intricacies of data analysis.
17
  Hands-On Code Examples:
 
7
  with st.container():
8
  st.markdown("<h2 style='text-align: center; color: grey;'>About the web app </h2>", unsafe_allow_html=True)
9
  st.markdown("""About the App
10
+ Welcome to Data Analysis Mastery with Python – your ultimate companion for mastering data analysis concepts through Python! Whether you're a student aiming to excel in your coursework or a professional seeking to enhance your data analysis skills,
11
+ this app is designed to cater to all your learning and revision needs.""")
12
 
13
+ with st.container():
14
+ st.markdown("<h2 style='text-align: center; color: grey;'>Key Features:</h2>", unsafe_allow_html=True)
15
 
16
+ st.markdown("""Comprehensive Notes:
17
 
18
  Dive into well-structured and detailed notes covering all essential data analysis concepts, from basic to advanced levels. Each topic is explained in simple, easy-to-understand language, ensuring you grasp the fundamentals and intricacies of data analysis.
19
  Hands-On Code Examples: