Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,13 +12,12 @@ lottie_data_analysis = load_lottieurl("https://assets2.lottiefiles.com/packages/
|
|
12 |
|
13 |
st.markdown("<h1 style='text-align: center; color: black;'>Data Analysis With Python 🕵</h1>", unsafe_allow_html=True)
|
14 |
|
15 |
-
|
16 |
|
17 |
|
18 |
|
19 |
st.markdown("<h2 style='text-align: center; color: black;'>About the web app </h2>", unsafe_allow_html=True)
|
20 |
|
21 |
-
st_lottie(lottie_data_analysis, height=300, key="data_analysis")
|
22 |
|
23 |
# About the app section
|
24 |
st.markdown("""
|
|
|
12 |
|
13 |
st.markdown("<h1 style='text-align: center; color: black;'>Data Analysis With Python 🕵</h1>", unsafe_allow_html=True)
|
14 |
|
15 |
+
st_lottie(lottie_data_analysis, height=150, key="data_analysis")
|
16 |
|
17 |
|
18 |
|
19 |
st.markdown("<h2 style='text-align: center; color: black;'>About the web app </h2>", unsafe_allow_html=True)
|
20 |
|
|
|
21 |
|
22 |
# About the app section
|
23 |
st.markdown("""
|