dodoya1 commited on
Commit
24435a2
1 Parent(s): c531a0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -26,6 +26,13 @@ def youtube_dl(URL):
26
 
27
  with gr.Blocks() as demo:
28
 
 
 
 
 
 
 
 
29
  with gr.Row():
30
 
31
  with gr.Column():
 
26
 
27
  with gr.Blocks() as demo:
28
 
29
+ gr.Markdown(
30
+ """
31
+ # YouTube video transcription app
32
+ Enter the YouTube URL, press the button, and it will transcribe the video.
33
+ """
34
+ )
35
+
36
  with gr.Row():
37
 
38
  with gr.Column():