Spaces:
Sleeping
Sleeping
Update rag.py
Browse files
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",
|
| 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"
|