Skip to content

Commit cf7e7de

Browse files
committed
minor
1 parent 0c755ea commit cf7e7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agentlab/analyze/episode_to_html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def exp_result_to_html(
1414
axtree_open: bool = False,
1515
html_open: bool = False,
1616
prompt_open: bool = False,
17-
embed_images: bool = True, # New parameter
17+
embed_images: bool = True,
1818
) -> str:
1919
"""
2020
Convert an ExpResult to HTML with collapsible sections.

0 commit comments

Comments
 (0)