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