From a70b12964d0638f82064d3323472aa3316312218 Mon Sep 17 00:00:00 2001 From: Suraj Singh Rajput Date: Thu, 1 Oct 2020 15:23:10 +0530 Subject: [PATCH] Update app.py --- .../app.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Iris-Species-Predictor-ML-Flask-App-With-Materialize.css/app.py b/Iris-Species-Predictor-ML-Flask-App-With-Materialize.css/app.py index f604355..c9ef9db 100644 --- a/Iris-Species-Predictor-ML-Flask-App-With-Materialize.css/app.py +++ b/Iris-Species-Predictor-ML-Flask-App-With-Materialize.css/app.py @@ -5,7 +5,7 @@ import pandas as pd import numpy as np -# ML Pkg +# ML Pkg Add requirements text file with new dependencies vesrions. from sklearn.externals import joblib @@ -60,4 +60,5 @@ def analyze(): if __name__ == '__main__': - app.run(debug=True) \ No newline at end of file + app.run(debug=True) +