Yogesh239 commited on
Commit
7957581
·
verified ·
1 Parent(s): fdff8c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def generate_gemini_content(transcript_text,prompt):
27
 
28
  st.title('Youtube Video ➡️ Quick Notes')
29
 
30
- youtube_link = st.text_input('Enter the youtube vide link :')
31
  subject = st.text_input('Enter the topic explained in the video :')
32
 
33
  prompt = f"""You are Youtube video summarizer for the given transcript of the youtube video on {subject} You will be taking the
 
27
 
28
  st.title('Youtube Video ➡️ Quick Notes')
29
 
30
+ youtube_link = st.text_input('Enter the youtube video link (video URL without timestamp):')
31
  subject = st.text_input('Enter the topic explained in the video :')
32
 
33
  prompt = f"""You are Youtube video summarizer for the given transcript of the youtube video on {subject} You will be taking the