Geek7 commited on
Commit
f9d4014
·
1 Parent(s): 4a001d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.markdown(confetti_animation_script, unsafe_allow_html=True) # Include confetti script
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