diff --git a/app.py b/app.py index d12498c..c5676ee 100644 --- a/app.py +++ b/app.py @@ -37,7 +37,6 @@ def predict_datapoint(): return render_template('home.html',results=results[0]) - if __name__=="__main__": # app.run(host="0.0.0.0",port=8080) app.run(host='0.0.0.0', port=8080)