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