Spaces:
Build error
Build error
Update app.py
Browse files
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,
|
| 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:
|