Arts-of-coding commited on
Commit
fb00f47
1 Parent(s): b597faf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,4 +22,4 @@ app.layout = html.Div([
22
  ])
23
 
24
  if __name__ == '__main__':
25
- app.run(debug=True, use_reloader=True, host='0.0.0.0', port=5000)
 
22
  ])
23
 
24
  if __name__ == '__main__':
25
+ app.run(debug=False, use_reloader=False, host='0.0.0.0', port=5000)