Akash9281 commited on
Commit
7223f65
·
verified ·
1 Parent(s): a0a333b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def process_query(question):
42
  "What is the scope of AI in engineering?": "AI in engineering includes predictive maintenance, process optimization, and smart systems.",
43
  "What are the key highlights of the Master of Engineering Handbook?": "The handbook highlights program structure, course requirements, and career support for MEng students.",
44
  "How to start a career in AI?": "Starting a career in AI involves learning programming, data science, and machine learning frameworks.",
45
- "When will the CPT start date?": "The CPT start date depends on the university's policy, typically after completing two full semesters. Please check your academic calendar or consult your university's DSO for accurate information.",
46
  }
47
 
48
  if question in predefined_responses:
 
42
  "What is the scope of AI in engineering?": "AI in engineering includes predictive maintenance, process optimization, and smart systems.",
43
  "What are the key highlights of the Master of Engineering Handbook?": "The handbook highlights program structure, course requirements, and career support for MEng students.",
44
  "How to start a career in AI?": "Starting a career in AI involves learning programming, data science, and machine learning frameworks.",
45
+ "When will the CPT start date?": "The CPT start date depends on the university's policy, at the University of Cincinnat it is May 5 2025",
46
  }
47
 
48
  if question in predefined_responses: