| {header} | " for header in headers) + "||
|---|---|---|
Show/Hide" + cell.replace('\n', '') + " | "
+ elif cell in ("PASS", "FAIL"):
+ html_table += f"{cell} | " + else: + html_table += "" + cell.replace('\n', ' ') + " | "
+ html_table += "