raulminan commited on
Commit
6ef01d4
1 Parent(s): 7687520

Update app.py

Browse files

set debug=False and host and port to the correct ones

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -386,4 +386,4 @@ def update_closest_points_div(
386
 
387
 
388
  if __name__ == "__main__":
389
- app.run_server(debug=True)
 
386
 
387
 
388
  if __name__ == "__main__":
389
+ app.run_server(debug=False, host='0.0.0.0', port=7680)