Skip to content

Commit

Permalink
Remove tabs title and rename Checks to Tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Liraim committed Dec 24, 2024
1 parent 5b765b0 commit cb3caa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/evidently/v2/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,10 @@ def _repr_html_(self):
for metric in self.context._metrics_graph.keys()
]
tabs = widget_tabs(
title="tabs",
title="",
tabs=[
TabData("Metrics", group_widget(title="", widgets=list(chain(*[result[1] for result in results])))),
TabData("Checks", metric_tests_widget(list(chain(*[result[2].tests for result in results])))),
TabData("Tests", metric_tests_widget(list(chain(*[result[2].tests for result in results])))),
],
)
return render_widgets(
Expand Down

0 comments on commit cb3caa8

Please sign in to comment.