httpdaniel commited on
Commit
72c38ec
·
1 Parent(s): dc26eac

updating 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 Summariser</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>YouTube Transcriber & Summariser</H1>")
79
  gr.Markdown(
80
  "<H3>Provide a link to a YouTube video and get a transcription and summary</H3>"
81
  )