bluenevus commited on
Commit
9cb0e5f
·
verified ·
1 Parent(s): 4869991

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,5 +132,5 @@ def update_output(list_of_contents, list_of_names, n_clicks, contents, filenames
132
 
133
  if __name__ == '__main__':
134
  print("Starting the Dash application...")
135
- app.run(debug=True, host='0.0.0.0', port=7860)
136
  print("Dash application has finished running.")
 
132
 
133
  if __name__ == '__main__':
134
  print("Starting the Dash application...")
135
+ app.run(debug=False, host='0.0.0.0', port=7860)
136
  print("Dash application has finished running.")