Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiepeng committed Jan 17, 2024
1 parent 5b62d4e commit 091c503
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
from views import scatter_2d_right_view
from views import violin_view

from flaskwebgui import FlaskUI


server = app.server
app.scripts.config.serve_locally = True
Expand Down Expand Up @@ -88,4 +90,5 @@


if __name__ == "__main__":
app.run_server(debug=True, threaded=True, processes=1, host="0.0.0.0")
# app.run_server(debug=True, threaded=True, processes=1, host="0.0.0.0")
FlaskUI(app=server, server="flask", port=46734).run()

0 comments on commit 091c503

Please sign in to comment.