KunalThakare279 commited on
Commit
1f764f5
·
verified ·
1 Parent(s): a7bed54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ app = Flask(__name__)
9
  zones = ['Amravati', 'Pune', 'Aurangabad', 'Mumbai & Thane', 'Konkan',
10
  'Nagpur', 'Nashik']
11
 
12
- seat_levels = ['State', 'Home', 'Other Than Home']
13
 
14
  categories = ['OPEN', 'SC', 'ST', 'VJ', 'NT1', 'NT2', 'NT3', 'OBC', 'DEFOPEN',
15
  'TFW', 'DEFROBC', 'EW', 'PWDOPEN', 'PWDRSC', 'DEFRSC', 'PWDROBC',
 
9
  zones = ['Amravati', 'Pune', 'Aurangabad', 'Mumbai & Thane', 'Konkan',
10
  'Nagpur', 'Nashik']
11
 
12
+ seat_levels = ['Home', 'State', 'Other Than Home']
13
 
14
  categories = ['OPEN', 'SC', 'ST', 'VJ', 'NT1', 'NT2', 'NT3', 'OBC', 'DEFOPEN',
15
  'TFW', 'DEFROBC', 'EW', 'PWDOPEN', 'PWDRSC', 'DEFRSC', 'PWDROBC',