diff --git a/src/dashboard/trulens/dashboard/run.py b/src/dashboard/trulens/dashboard/run.py index 2d9579da4..fce0dd559 100644 --- a/src/dashboard/trulens/dashboard/run.py +++ b/src/dashboard/trulens/dashboard/run.py @@ -219,7 +219,7 @@ def listen_to_dashboard(proc: subprocess.Popen, pipe, out, started): line # store the url when dashboard is started ) else: - if "Local URL: " in line: + if "Network URL: " in line: url = line.split(": ")[1] url = url.rstrip() print(f"Dashboard started at {url} .")