Skip to content

Commit 6e5f4b8

Browse files
committed
adding port number
1 parent ba580dc commit 6e5f4b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ def predict_datapoint():
3838
return render_template('home.html', error=str(e))
3939

4040
if __name__ == "__main__":
41-
app.run(host="0.0.0.0")
41+
app.run(host="0.0.0.0",port=8080)

0 commit comments

Comments
 (0)