Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Lok <[email protected]>
  • Loading branch information
daniellok-db committed Nov 30, 2024
1 parent 8d4098d commit 653e675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlflow/tracing/display/display_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
def _get_notebook_iframe_html(traces):
# uri = mlflow.get_tracking_uri()
src = "http://localhost:3000" + "/static-files/lib/ml-model-trace-renderer/index.html?" + _serialize_trace_list_for_oss(traces)
return f'<iframe id="trace-renderer" style="width: 100%; height: 500px; border: none;" src="{src}" />'
return f'<iframe id="trace-renderer" style="width: 100%; height: 500px; border: 1px solid rgb(209, 217, 225); border-top: none;" src="{src}" />'


def _serialize_trace_list(traces: List[Trace]):
Expand Down

0 comments on commit 653e675

Please sign in to comment.