bluenevus commited on
Commit
f967883
·
verified ·
1 Parent(s): 5d90167

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,5 +156,5 @@ def check_conversion_complete(n):
156
 
157
  if __name__ == '__main__':
158
  print("Starting the Dash application...")
159
- app.run(debug=True, host='0.0.0.0', port=7860)
160
  print("Dash application has finished running.")
 
156
 
157
  if __name__ == '__main__':
158
  print("Starting the Dash application...")
159
+ app.run(debug=False, host='0.0.0.0', port=7860)
160
  print("Dash application has finished running.")