We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40b4e7 commit 44206a0Copy full SHA for 44206a0
1 file changed
giskard/visualization/templates/scan_report/markdown/huggingface.md
@@ -1,5 +1,5 @@
1
{% for view in groups -%}
2
-
+<!-- issue -->
3
<details>
4
<summary>👉{{ view.group.name }} issues ({{ view.issues|length }})</summary>
5
@@ -20,6 +20,7 @@
20
<br />
21
{% endif %}
22
23
+<!-- examples -->
24
25
<summary> 🔍✨Examples</summary>
26
@@ -33,7 +34,6 @@ else True)|replace("\\n", "<br>")|safe }}
33
34
{% endfor %}
35
36
</details>
-<!-- line breaker -->
37
{% endfor -%}
38
39
0 commit comments