Skip to content

Commit

Permalink
use run over deprecated run_server
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanSoley committed Jan 29, 2024
1 parent 650390f commit 4eb3524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubicon_ml/viz/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def serve(

_next_available_port = default_run_server_kwargs["port"] + 1

self.app.run_server(**default_run_server_kwargs)
self.app.run(**default_run_server_kwargs)

def show(
self, i_frame_kwargs={}, dash_kwargs={}, run_server_kwargs={}, height=None, width=None
Expand Down

0 comments on commit 4eb3524

Please sign in to comment.