arnabbumba077 commited on
Commit
f7e4d90
·
verified ·
1 Parent(s): 4185844

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def main():
23
  st.warning("Please enter a valid YouTube URL.")
24
  else:
25
  # Download the video
26
- download_video(video_url, "./downloads")
27
 
28
  if __name__ == "__main__":
29
  main()
 
23
  st.warning("Please enter a valid YouTube URL.")
24
  else:
25
  # Download the video
26
+ download_video(video_url, "./Downloads")
27
 
28
  if __name__ == "__main__":
29
  main()