dschandra commited on
Commit
43ce1c9
·
verified ·
1 Parent(s): 702160b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,5 +45,5 @@ def lookup():
45
  return render_template('lookup.html', result=result)
46
 
47
  if __name__ == '__main__':
48
- app.run(debug=False, host='0.0.0.0', port=5001) # Custom port number
49
 
 
45
  return render_template('lookup.html', result=result)
46
 
47
  if __name__ == '__main__':
48
+ app.run(debug=False, host='127.0.0.1', port=5001) # Custom port number
49