Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ data_science_animation = load_lottieurl("https://assets9.lottiefiles.com/package
|
|
| 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 🌟")
|
|
|
|
| 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 = load_lottieurl("https://lottie.host/45619748-3867-4f57-8f50-cac297eca2da/1q98CFxp2I.json")
|
| 20 |
|
| 21 |
# Home Page
|
| 22 |
st.title("Zero to Hero in Machine Learning 🌟")
|