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 ac2df76 commit 505457eCopy full SHA for 505457e
recipes/Functions.py
@@ -236,7 +236,7 @@ def render_variables(self):
236
def render_output(self):
237
if error := gui.session_state.get("error"):
238
with gui.tag("pre", className="bg-danger bg-opacity-25"):
239
- gui.html(error)
+ gui.html(html.escape(error))
240
241
if return_value := gui.session_state.get("return_value"):
242
gui.write("**Return value**")
0 commit comments