Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,6 +23,7 @@ st_lottie(hero_animation, height=300, key="hero")
|
|
| 23 |
|
| 24 |
|
| 25 |
st.header("About the Author π")
|
|
|
|
| 26 |
st.write("""
|
| 27 |
Hi, I'm Phaneendra Bharadwaj, an aspiring data scientist and machine learning enthusiast.
|
| 28 |
Here's a bit about me:
|
|
@@ -30,6 +31,7 @@ Here's a bit about me:
|
|
| 30 |
- **Experience:** I'm a Fresher, working on various ML related projects.
|
| 31 |
""")
|
| 32 |
|
|
|
|
| 33 |
# Sections
|
| 34 |
st.subheader("π Data Science")
|
| 35 |
st_lottie(data_science_animation, height=200, key="data_science")
|
|
|
|
| 23 |
|
| 24 |
|
| 25 |
st.header("About the Author π")
|
| 26 |
+
st_lottie(robot_animation_animation, height=300, key="robot")
|
| 27 |
st.write("""
|
| 28 |
Hi, I'm Phaneendra Bharadwaj, an aspiring data scientist and machine learning enthusiast.
|
| 29 |
Here's a bit about me:
|
|
|
|
| 31 |
- **Experience:** I'm a Fresher, working on various ML related projects.
|
| 32 |
""")
|
| 33 |
|
| 34 |
+
|
| 35 |
# Sections
|
| 36 |
st.subheader("π Data Science")
|
| 37 |
st_lottie(data_science_animation, height=200, key="data_science")
|