Skip to content

Commit 0e23a5e

Browse files
committed
in app.py changed host='0.0.0.0' for azure deployment
1 parent fe7911a commit 0e23a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ def search():
2121

2222

2323
if __name__ == '__main__':
24-
app.run(debug=True, port=8080)
24+
app.run(host="0.0.0.0", port=8000)
2525

0 commit comments

Comments
 (0)