bluenevus commited on
Commit
ff01f81
·
verified ·
1 Parent(s): b8aa2c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -557,5 +557,5 @@ def download_split_file(session_id, filename):
557
 
558
  if __name__ == '__main__':
559
  print("Starting the Dash application...")
560
- app.run(debug=True, host='0.0.0.0', port=7860, threaded=True)
561
  print("Dash application has finished running.")
 
557
 
558
  if __name__ == '__main__':
559
  print("Starting the Dash application...")
560
+ app.run(debug=False, host='0.0.0.0', port=7860, threaded=True)
561
  print("Dash application has finished running.")