datasciencedojo commited on
Commit
86e4890
·
1 Parent(s): 4e02731

updated title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ footer {visibility: hidden}
33
  }
34
  """
35
 
36
- with gr.Blocks(title="YouTube Video Transcript Generator | Data Science Dojo", css = css) as demo:
37
 
38
 
39
  input1 = gr.Textbox(label="Enter YouTube Link",value='',lines=1)
 
33
  }
34
  """
35
 
36
+ with gr.Blocks(title="YouTube Dialogue Transcriber | Data Science Dojo", css = css) as demo:
37
 
38
 
39
  input1 = gr.Textbox(label="Enter YouTube Link",value='',lines=1)