Skip to content

Commit 24387e7

Browse files
Add function block screenshots
1 parent 0680d3e commit 24387e7

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

apps/docs/content/docs/en/blocks/function.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,15 @@ print(json.dumps(result))
112112

113113
The Function block supports Python as an alternative to JavaScript. Python code runs in a secure [E2B](https://e2b.dev) cloud sandbox.
114114

115-
{/* TODO: Screenshot of the Function block with Python language selected */}
115+
<div className="flex justify-center">
116+
<Image
117+
src="/static/blocks/function-python.png"
118+
alt="Function block with Python selected"
119+
width={400}
120+
height={500}
121+
className="my-6"
122+
/>
123+
</div>
116124

117125
### Enabling Python
118126

43.4 KB
Loading

0 commit comments

Comments
 (0)