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