Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ def generate_response(user_query, relevant_segment):
|
|
94 |
print(f"Error in generating response: {e}")
|
95 |
return f"Error in generating response: {e}"
|
96 |
|
97 |
-
|
98 |
"""
|
99 |
Check if the question contains a keyword and return the corresponding Youtube playlist link.
|
100 |
"""
|
|
|
94 |
print(f"Error in generating response: {e}")
|
95 |
return f"Error in generating response: {e}"
|
96 |
|
97 |
+
def get_youtube_playlist(question):
|
98 |
"""
|
99 |
Check if the question contains a keyword and return the corresponding Youtube playlist link.
|
100 |
"""
|