DSatishchandra commited on
Commit
d92eef3
·
verified ·
1 Parent(s): 9467a69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,4 +45,4 @@ def ingredients():
45
 
46
 
47
  if __name__ == '__main__':
48
- app.run(debug=True)
 
45
 
46
 
47
  if __name__ == '__main__':
48
+ app.run(debug=False, use_reloader=False)