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

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
- app.run(debug=True)
 
769
 
770
  # Main function to run the app
771
  if __name__ == '__main__':
772
+ app.run(host='0.0.0.0')