Pamudu13 commited on
Commit
9acb7a5
·
verified ·
1 Parent(s): 7110c78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -459,4 +459,4 @@ def generate_from_csv_text():
459
  return jsonify({'error': str(e)}), 500
460
 
461
  if __name__ == '__main__':
462
- app.run(host='127.0.0.1', port=5001, debug=True)
 
459
  return jsonify({'error': str(e)}), 500
460
 
461
  if __name__ == '__main__':
462
+ app.run(host='0.0.0.0', port=5000)