Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ class YouTubeDownloader:
|
|
54 |
file_ = YouTubeDownloader.download_video(url)
|
55 |
st.video(file_)
|
56 |
YouTubeDownloader.helper_message()
|
57 |
-
st.
|
58 |
|
59 |
st.markdown("")
|
60 |
|
|
|
54 |
file_ = YouTubeDownloader.download_video(url)
|
55 |
st.video(file_)
|
56 |
YouTubeDownloader.helper_message()
|
57 |
+
st.html(confetti_animation_script, height=0) # Include confetti script
|
58 |
|
59 |
st.markdown("")
|
60 |
|