diff --git a/app.py b/app.py index 42f6b803..22dbc526 100644 --- a/app.py +++ b/app.py @@ -216,6 +216,9 @@ def init_db(): # Insert default departments if not exists default_departments = [ ("CSE", "Computer Science and Engineering"), + ("AI", "Artificial Intelligence"), + ("EE", "Electrical Engineering"), + ("CHEMICAL", "Chemical Engineering"), ("ECE", "Electronics and Communication Engineering"), ("EEE", "Electrical and Electronics Engineering"), ("MECH", "Mechanical Engineering"), diff --git a/templates/student_new_2.html b/templates/student_new_2.html index 2a9c619c..df7dd21b 100644 --- a/templates/student_new_2.html +++ b/templates/student_new_2.html @@ -698,7 +698,13 @@

Create an Account

+ + + + + +