diff --git a/fri/server/main.py b/fri/server/main.py index 203a94d..51f8f97 100644 --- a/fri/server/main.py +++ b/fri/server/main.py @@ -197,4 +197,4 @@ def openJupyter(): if __name__ == "__main__": - app.run(host="0.0.0.0") + app.run(host="0.0.0.0", port=5000)