bluenevus commited on
Commit
da1fc70
·
verified ·
1 Parent(s): efa0dd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -225,5 +225,5 @@ def update_output(n_clicks, contents, filename, instructions):
225
 
226
  if __name__ == '__main__':
227
  print("Starting the Dash application...")
228
- app.run(debug=True, host='0.0.0.0', port=7860)
229
  print("Dash application has finished running.")
 
225
 
226
  if __name__ == '__main__':
227
  print("Starting the Dash application...")
228
+ app.run(debug=False, host='0.0.0.0', port=7860)
229
  print("Dash application has finished running.")