next-playground commited on
Commit
9b39159
·
verified ·
1 Parent(s): 86cb945

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,4 +41,4 @@ def download(filename):
41
  return send_file(filename, as_attachment=True)
42
 
43
  if __name__ == '__main__':
44
- app.run(debug=True)
 
41
  return send_file(filename, as_attachment=True)
42
 
43
  if __name__ == '__main__':
44
+ app.run(debug=False)