BatuhanYilmaz
commited on
Commit
Β·
0e88dcb
1
Parent(s):
2d3e3b7
Update 01_π₯_Input_YouTube_Link.py
Browse files
01_π₯_Input_YouTube_Link.py
CHANGED
@@ -25,7 +25,7 @@ def load_lottieurl(url: str):
|
|
25 |
col1, col2 = st.columns([1, 3])
|
26 |
with col1:
|
27 |
lottie = load_lottieurl("https://assets8.lottiefiles.com/packages/lf20_jh9gfdye.json")
|
28 |
-
st_lottie(lottie
|
29 |
|
30 |
with col2:
|
31 |
st.write("""
|
|
|
25 |
col1, col2 = st.columns([1, 3])
|
26 |
with col1:
|
27 |
lottie = load_lottieurl("https://assets8.lottiefiles.com/packages/lf20_jh9gfdye.json")
|
28 |
+
st_lottie(lottie)
|
29 |
|
30 |
with col2:
|
31 |
st.write("""
|