Manofem commited on
Commit
709bcaf
·
1 Parent(s): 013dc3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,4 +36,4 @@ def index():
36
  return render_template('./index.html')
37
 
38
  if __name__ == '__main__':
39
- app.run(debug=True)
 
36
  return render_template('./index.html')
37
 
38
  if __name__ == '__main__':
39
+ app.run(host='0.0.0.0', port=7856, debug=True)