Add code to flask_app such that generator calls the class used to generate the code that makes predictions for the linear regression model and silently adds it to the final output immediately after the code from train_lin_reg.py is generated. The code is in the predict_lin_reg.py file.