YchKhan commited on
Commit
00d3dfb
·
verified ·
1 Parent(s): 99f27ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -516,4 +516,4 @@ def export_excel():
516
  return jsonify({'error': str(e)})
517
 
518
  if __name__ == '__main__':
519
- app.run(debug=True)
 
516
  return jsonify({'error': str(e)})
517
 
518
  if __name__ == '__main__':
519
+ app.run(host="0.0.0.0", port=7860)