Update app.py
Browse files
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
|