midrees2806 commited on
Commit
bf60b6b
·
verified ·
1 Parent(s): bf8e143

Update rag.py

Browse files
Files changed (1) hide show
  1. rag.py +1 -1
rag.py CHANGED
@@ -47,7 +47,7 @@ def get_best_answer(user_input):
47
  user_input_lower = user_input.lower().strip()
48
 
49
  # 👉 Check if question is about fee
50
- if any(keyword in user_input_lower for keyword in ["fee", "fees", "charges", "semester fee"]):
51
  return (
52
  "💰 For complete and up-to-date fee details for this program, we recommend visiting the official University of Education fee structure page.\n"
53
  "You’ll find comprehensive information regarding tuition, admission charges, and other applicable fees there.\n"
 
47
  user_input_lower = user_input.lower().strip()
48
 
49
  # 👉 Check if question is about fee
50
+ if any(keyword in user_input_lower for keyword in ["semester fee","semester fees"]):
51
  return (
52
  "💰 For complete and up-to-date fee details for this program, we recommend visiting the official University of Education fee structure page.\n"
53
  "You’ll find comprehensive information regarding tuition, admission charges, and other applicable fees there.\n"