Spaces:
Build error
Build error
Update app.py
Browse files
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
|
| 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
|