bluenevus commited on
Commit
a262388
·
verified ·
1 Parent(s): ec12758

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -329,5 +329,5 @@ def background_task(url, depth):
329
 
330
  if __name__ == '__main__':
331
  print("Starting the Dash application...")
332
- app.run(debug=True, host='0.0.0.0', port=7860)
333
  print("Dash application has finished running.")
 
329
 
330
  if __name__ == '__main__':
331
  print("Starting the Dash application...")
332
+ app.run(debug=False, host='0.0.0.0', port=7860)
333
  print("Dash application has finished running.")