Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,6 +11,7 @@ def load_lottieurl(url: str):
|
|
| 11 |
|
| 12 |
# Load animations
|
| 13 |
robot_animation= load_lottieurl("https://lottie.host/45619748-3867-4f57-8f50-cac297eca2da/1q98CFxp2I.json")
|
|
|
|
| 14 |
hero_animation = load_lottieurl("https://assets9.lottiefiles.com/packages/lf20_touohxv0.json")
|
| 15 |
data_science_animation = load_lottieurl("https://assets9.lottiefiles.com/packages/lf20_jcikwtux.json")
|
| 16 |
ml_animation = load_lottieurl("https://assets3.lottiefiles.com/packages/lf20_vf9lvx3t.json")
|
|
@@ -24,6 +25,7 @@ st_lottie(hero_animation, height=300, key="hero")
|
|
| 24 |
|
| 25 |
st.header("About the Author 📖")
|
| 26 |
st_lottie(robot_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:
|
|
|
|
| 11 |
|
| 12 |
# Load animations
|
| 13 |
robot_animation= load_lottieurl("https://lottie.host/45619748-3867-4f57-8f50-cac297eca2da/1q98CFxp2I.json")
|
| 14 |
+
ready_animation = load_lottieurl("https://assets9.lottiefiles.com/packages/lf20_xxx.json")
|
| 15 |
hero_animation = load_lottieurl("https://assets9.lottiefiles.com/packages/lf20_touohxv0.json")
|
| 16 |
data_science_animation = load_lottieurl("https://assets9.lottiefiles.com/packages/lf20_jcikwtux.json")
|
| 17 |
ml_animation = load_lottieurl("https://assets3.lottiefiles.com/packages/lf20_vf9lvx3t.json")
|
|
|
|
| 25 |
|
| 26 |
st.header("About the Author 📖")
|
| 27 |
st_lottie(robot_animation, height=300, key="robot")
|
| 28 |
+
st_lottie(ready_animation, height=300, key="ready")
|
| 29 |
st.write("""
|
| 30 |
Hi, I'm Phaneendra Bharadwaj, an aspiring data scientist and machine learning enthusiast.
|
| 31 |
Here's a bit about me:
|