Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
import streamlit as st
|
2 |
-
st.markdown("<h1 style='text-align: center; color:
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
-
st.markdown("<h2 style='text-align: center; color:
|
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,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.")
|