Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi0323 committed Apr 17, 2024
1 parent e0ef72f commit 084d970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ def predict_datapoint():
return render_template('home.html', results=message)

if __name__ == "__main__":
app.run(host="0.0.0.0", port=5001)
app.run(host="0.0.0.0", port=8080)

0 comments on commit 084d970

Please sign in to comment.