eoia commited on
Commit
37ff29b
1 Parent(s): 6d0c2fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,4 +94,4 @@ def download_file(filename):
94
  return send_file(filename, as_attachment=True)
95
 
96
  if __name__ == '__main__':
97
- app.run(debug=True)
 
94
  return send_file(filename, as_attachment=True)
95
 
96
  if __name__ == '__main__':
97
+ app.run(host='0.0.0.0', port=8080, debug=True)