tensorkelechi commited on
Commit
f52f378
·
verified ·
1 Parent(s): 435db78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -21,6 +21,9 @@ st.set_page_config(
21
  page_title="VidText"
22
  )
23
 
 
 
 
24
  def youtube_video_downloader(url):
25
  yt_vid = YouTube(url)
26
 
 
21
  page_title="VidText"
22
  )
23
 
24
+ st.title("VidText-whisper")
25
+ st.subheading("A video/audio transcription app")
26
+
27
  def youtube_video_downloader(url):
28
  yt_vid = YouTube(url)
29