bluenevus commited on
Commit
be209af
·
verified ·
1 Parent(s): cc17c22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -179,4 +179,4 @@ def update_output(n_clicks, contents, filename, instructions, api_key):
179
  return dash.no_update, dash.no_update, dash.no_update, error_message
180
 
181
  if __name__ == '__main__':
182
- app.run(debug=True, host='0.0.0.0', port=7860, threaded=False)
 
179
  return dash.no_update, dash.no_update, dash.no_update, error_message
180
 
181
  if __name__ == '__main__':
182
+ app.run(debug=False, host='0.0.0.0', port=7860, threaded=True)