ccxccc commited on
Commit
9d8f197
·
verified ·
1 Parent(s): 4a1e5e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -58,6 +58,9 @@ def get_transcript(video_link):
58
  st.write("Invalid YouTube video link")
59
 
60
  def main():
 
 
 
61
  if not check_installation("tf_keras"):
62
  st.write("tf-keras is not installed. Installing...")
63
  if install_tf_keras():
 
58
  st.write("Invalid YouTube video link")
59
 
60
  def main():
61
+ st.title('YouTube Transcript Generator')
62
+ st.write("Generate YouTube transcripts for free with Kome. Get the full text of any YouTube video in seconds.")
63
+
64
  if not check_installation("tf_keras"):
65
  st.write("tf-keras is not installed. Installing...")
66
  if install_tf_keras():