runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 23, in <module> def create_meal_plan(days: int, family_size: int, dietary_restrictions: List[str] = None) -> Dict[str, List[str]]: NameError: name 'List' is not defined. Did you mean: 'list'?

Container logs:

Fetching error logs...