Ritesh-hf commited on
Commit
a4e9eaa
·
verified ·
1 Parent(s): b631b7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -769,4 +769,4 @@ def index_view():
769
 
770
  # Main function to run the app
771
  if __name__ == '__main__':
772
- Flask.run(app, debug=False)
 
769
 
770
  # Main function to run the app
771
  if __name__ == '__main__':
772
+ app.run(debug=True)