Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,12 +11,12 @@ 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 |
-
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")
|
| 18 |
dl_animation = load_lottieurl("https://assets10.lottiefiles.com/packages/lf20_kuhijlvx.json")
|
| 19 |
gen_ai_animation = load_lottieurl("https://assets4.lottiefiles.com/packages/lf20_x62chJ.json")
|
|
|
|
| 20 |
|
| 21 |
# Home Page
|
| 22 |
st.title("Zero to Hero in Machine Learning π")
|
|
@@ -25,7 +25,7 @@ st_lottie(hero_animation, height=300, key="hero")
|
|
| 25 |
|
| 26 |
st.header("About the Author π")
|
| 27 |
st_lottie(robot_animation, height=300, key="robot")
|
| 28 |
-
st_lottie(
|
| 29 |
st.write("""
|
| 30 |
Hi, I'm Phaneendra Bharadwaj, an aspiring data scientist and machine learning enthusiast.
|
| 31 |
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 |
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")
|
| 17 |
dl_animation = load_lottieurl("https://assets10.lottiefiles.com/packages/lf20_kuhijlvx.json")
|
| 18 |
gen_ai_animation = load_lottieurl("https://assets4.lottiefiles.com/packages/lf20_x62chJ.json")
|
| 19 |
+
lottie_animation_url = "https://lottie.host/45619748-3867-4f57-8f50-cac297eca2da/1q98CFxp2I.json"
|
| 20 |
|
| 21 |
# Home Page
|
| 22 |
st.title("Zero to Hero in Machine Learning π")
|
|
|
|
| 25 |
|
| 26 |
st.header("About the Author π")
|
| 27 |
st_lottie(robot_animation, height=300, key="robot")
|
| 28 |
+
st_lottie(lottie_animation_url, height=100, 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:
|