Skip to content

Commit

Permalink
Update render.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdremov authored Dec 19, 2024
1 parent cec1734 commit 7208d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@ def render_code(cell):
```
</details>"""
template = textwrap.dedent(template)
else:
template = ""

template += """\n{output}\n"""

template = textwrap.dedent(template)


output_text = ''
Expand Down

0 comments on commit 7208d6a

Please sign in to comment.