Skip to content

Commit

Permalink
Add row id
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Apr 16, 2023
1 parent bd8c85a commit b046976
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion _script/make_sample_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def write_output(f):
classes.append("switch")

class_str = " ".join(classes)
print("<tr", f'class="{class_str}">', file=f)
print(f'<tr id="{model_name}"', f'class="{class_str}">', file=f)

print(f'<dialog id="dialog-{model_name}"><form>', file=f)
print(model_card_html, file=f)
Expand Down
Loading

0 comments on commit b046976

Please sign in to comment.