ccxccc
commited on
Update app.py
Browse files
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("
|
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...")
|