Niansuh commited on
Commit
10e198a
·
verified ·
1 Parent(s): 1b4ccca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def read_file(_id):
15
  transcript = " ".join(str(x) for x in my_list)
16
  st.markdown(transcript)
17
 
18
- st.title('Easily transcribe YouTube videos')
19
 
20
  link = st.text_input('Enter your YouTube video link', 'https://www.youtube.com/watch?v=F6PqxbvOCUI')
21
 
 
15
  transcript = " ".join(str(x) for x in my_list)
16
  st.markdown(transcript)
17
 
18
+ st.title('Easily Transcribe YouTube Videos - ChatGPTBots.net')
19
 
20
  link = st.text_input('Enter your YouTube video link', 'https://www.youtube.com/watch?v=F6PqxbvOCUI')
21