Geek7 commited on
Commit
1b54806
·
1 Parent(s): b8b8d7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ class YouTubeDownloader:
25
  def run():
26
  st.header("")
27
  url = st.text_input("Enter URL")
28
- start_button = st.button("Start Download")
29
 
30
  if start_button:
31
  if url:
 
25
  def run():
26
  st.header("")
27
  url = st.text_input("Enter URL")
28
+ start_button = st.button("Start")
29
 
30
  if start_button:
31
  if url: