dxvina-08 commited on
Commit
3bc7666
·
verified ·
1 Parent(s): 2d87391

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- def get_youtube_playlist(question):
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
  """