bluenevus commited on
Commit
ff44cae
·
verified ·
1 Parent(s): dd2e659

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -278,5 +278,5 @@ def download_md(n_clicks):
278
 
279
  if __name__ == '__main__':
280
  print("Starting the Dash application...")
281
- app.run(debug=True, host='0.0.0.0', port=7860)
282
  print("Dash application has finished running.")
 
278
 
279
  if __name__ == '__main__':
280
  print("Starting the Dash application...")
281
+ app.run(debug=False, host='0.0.0.0', port=7860)
282
  print("Dash application has finished running.")