midrees2806 commited on
Commit
2c6e77d
Β·
verified Β·
1 Parent(s): df3cf7a

Update rag.py

Browse files
Files changed (1) hide show
  1. rag.py +2 -2
rag.py CHANGED
@@ -106,8 +106,8 @@ def get_best_answer(user_input):
106
 
107
  if any(keyword in user_input_lower for keyword in ["fee structure", "fees structure", "semester fees", "semester fee"]):
108
  return (
109
- "πŸ’° For complete and up-to-date fee details for this program, we recommend visiting the official University of Education fee structure page.\n"
110
- "You'll find comprehensive information regarding tuition, admission charges, and other applicable fees there.\n"
111
  "πŸ”— https://ue.edu.pk/allfeestructure.php"
112
  )
113
 
 
106
 
107
  if any(keyword in user_input_lower for keyword in ["fee structure", "fees structure", "semester fees", "semester fee"]):
108
  return (
109
+ "πŸ’° For the most complete and up-to-date fee details for your program at the University of Education Lahore, please visit the official fee structure page.\n"
110
+ "This webpage offers a detailed overview of the fee structure, providing you with essential information to support your academic journey at our institution.\n"
111
  "πŸ”— https://ue.edu.pk/allfeestructure.php"
112
  )
113