broadfield-dev commited on
Commit
de124e3
·
verified ·
1 Parent(s): 4ca768d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -301,4 +301,4 @@ if __name__ == "__main__":
301
  f.write(HTML_TEMPLATE)
302
  if os.path.exists(LOCAL_DB_DIR):
303
  shutil.rmtree(LOCAL_DB_DIR)
304
- app.run(debug=True, host="0.0.0.0", port=5000)
 
301
  f.write(HTML_TEMPLATE)
302
  if os.path.exists(LOCAL_DB_DIR):
303
  shutil.rmtree(LOCAL_DB_DIR)
304
+ app.run(debug=True, host="0.0.0.0", port=7860)