Geek7 commited on
Commit
ab4cd97
·
1 Parent(s): 56d0dd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ class YouTubeDownloader:
53
  .first()
54
  .download()
55
  )
56
- st.success("Downloaded!")
57
  return local_file
58
 
59
  @staticmethod
 
53
  .first()
54
  .download()
55
  )
56
+ st.success("Downloaded")
57
  return local_file
58
 
59
  @staticmethod