Lookimi commited on
Commit
dd748bd
1 Parent(s): 49e4213

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ import gradio as gr
12
  def transcript_extract():
13
 
14
  #specifying the YouTube channel URL
15
- channel_url = gr.inputs.Textbox(label="Channel URL")
16
 
17
  #accessing the webpage
18
  page = urllib.request.urlopen(channel_url)
 
12
  def transcript_extract():
13
 
14
  #specifying the YouTube channel URL
15
+ channel_url = gr.inputs.Textbox(label="Channel URL")
16
 
17
  #accessing the webpage
18
  page = urllib.request.urlopen(channel_url)