Hev832 commited on
Commit
b1596a8
1 Parent(s): 2c706dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -42,8 +42,8 @@ with gr.Blocks() as demo:
42
 
43
  with gr.Row():
44
  url_input = gr.Textbox(label="YouTube URL")
45
- with gr.Row():
46
- download_video_checkbox = gr.Checkbox(label="Download Video", value=False)
47
  with gr.Row():
48
  download_button = gr.Button("Download")
49
  with gr.Row():
 
42
 
43
  with gr.Row():
44
  url_input = gr.Textbox(label="YouTube URL")
45
+ with gr.Row():
46
+ download_video_checkbox = gr.Checkbox(label="Download Video", value=False)
47
  with gr.Row():
48
  download_button = gr.Button("Download")
49
  with gr.Row():