Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sangauppe12 authored Feb 23, 2024
1 parent e9d3c26 commit 0a3a787
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0a3a787

Please sign in to comment.