xxfdsf commited on
Commit
df1a248
1 Parent(s): 9d8f197

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def get_transcript(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...")
 
59
 
60
  def main():
61
  st.title('YouTube Transcript Generator')
62
+ st.write("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...")