YchKhan commited on
Commit
ff99b38
·
verified ·
1 Parent(s): f7f62a4

Update app.py

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