httpdaniel commited on
Commit
95c39c5
·
1 Parent(s): 986499e

Changing title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def summarise_transcript(transcript_content):
75
 
76
 
77
  with gr.Blocks(theme=gr.themes.Base()) as demo:
78
- gr.Markdown("<H1>YoutTube Transcriber</H1>")
79
  gr.Markdown(
80
  "<H3>Provide a link to a YouTube video and get a transcription and summary</H3>"
81
  )
 
75
 
76
 
77
  with gr.Blocks(theme=gr.themes.Base()) as demo:
78
+ gr.Markdown("<H1>YoutTube Transcriber & Summariser</H1>")
79
  gr.Markdown(
80
  "<H3>Provide a link to a YouTube video and get a transcription and summary</H3>"
81
  )