aiqcamp commited on
Commit
decee26
·
verified ·
1 Parent(s): cc9de78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ class YouTubeDownloader:
15
  file_ = YouTubeDownloader.download_video(url)
16
  st.video(file_)
17
  YouTubeDownloader.helper_message()
18
- st.markdown("https://github.com/HelpingAI))")
19
 
20
 
21
  @staticmethod
 
15
  file_ = YouTubeDownloader.download_video(url)
16
  st.video(file_)
17
  YouTubeDownloader.helper_message()
18
+ st.markdown("예) https://www.youtube.com/watch?v=hXpNj1ChxRI ")
19
 
20
 
21
  @staticmethod