Spaces:
Sleeping
Sleeping
Update chatbot.py
Browse files- chatbot.py +1 -1
chatbot.py
CHANGED
@@ -82,7 +82,7 @@ class Comsatsbot:
|
|
82 |
return "success"
|
83 |
|
84 |
def generate_response(self, question, history, context):
|
85 |
-
|
86 |
Comsats Attock Campus provides BS Computer Science, BS Software Engineering, BS Artificial Intelligence, BS English, BS Math, BS Electrical Engineering, BS Computer Engineering, BS BBA.
|
87 |
It has three departments: CS (CS, AI, SE), Math (Math, BBA, English), and EE (EE, CE).
|
88 |
It has a cricket ground, football ground, and two canteens. The first canteen is near the Math and EE departments, and the second canteen is near the CS department. There is also a mosque near the CS department. The CS department has theater-like rooms (LT), and there are a total of 9 theaters called LT. The Math department has classrooms (CR), and the EE department has labs.
|
|
|
82 |
return "success"
|
83 |
|
84 |
def generate_response(self, question, history, context):
|
85 |
+
comsats_context = """
|
86 |
Comsats Attock Campus provides BS Computer Science, BS Software Engineering, BS Artificial Intelligence, BS English, BS Math, BS Electrical Engineering, BS Computer Engineering, BS BBA.
|
87 |
It has three departments: CS (CS, AI, SE), Math (Math, BBA, English), and EE (EE, CE).
|
88 |
It has a cricket ground, football ground, and two canteens. The first canteen is near the Math and EE departments, and the second canteen is near the CS department. There is also a mosque near the CS department. The CS department has theater-like rooms (LT), and there are a total of 9 theaters called LT. The Math department has classrooms (CR), and the EE department has labs.
|