Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ class YouTubeDownloader:
|
|
| 24 |
@staticmethod
|
| 25 |
def run():
|
| 26 |
st.header("")
|
| 27 |
-
url = st.text_input("Enter
|
| 28 |
start_button = st.button("Start")
|
| 29 |
|
| 30 |
if start_button:
|
|
|
|
| 24 |
@staticmethod
|
| 25 |
def run():
|
| 26 |
st.header("")
|
| 27 |
+
url = st.text_input("Enter Here")
|
| 28 |
start_button = st.button("Start")
|
| 29 |
|
| 30 |
if start_button:
|