Dannyar608 commited on
Commit
7cbb420
·
verified ·
1 Parent(s): 2e08701

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1385,7 +1385,7 @@ class EnhancedTeachingAssistant:
1385
  service_hours = transcript.get('student_info', {}).get('community_service_hours', 0)
1386
  else:
1387
  gpa = transcript.get('academic_summary', {}).get('gpa', {}).get('district', None)
1388
- service_hours = transcript.get('assessments', {}).get('community_service', {}).get('hours', 0))
1389
 
1390
  learning_style = re.search(r"Your primary learning style is\s*\*\*(.*?)\*\*",
1391
  profile.get('learning_style', ''))
 
1385
  service_hours = transcript.get('student_info', {}).get('community_service_hours', 0)
1386
  else:
1387
  gpa = transcript.get('academic_summary', {}).get('gpa', {}).get('district', None)
1388
+ service_hours = transcript.get('assessments', {}).get('community_service', {}).get('hours', 0)
1389
 
1390
  learning_style = re.search(r"Your primary learning style is\s*\*\*(.*?)\*\*",
1391
  profile.get('learning_style', ''))