Skip to content

Commit 719c2b3

Browse files
committed
minor textual edit
1 parent fd6c09f commit 719c2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/synthetic-data.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def run():
224224
))
225225
226226
setResult(json.dumps(
227-
{'type': 'heading', 'data': 'Output data'}
227+
{'type': 'heading', 'data': '5. Output data'}
228228
))
229229
setResult(json.dumps({'type': 'table', 'data': synthetic_data.head().to_json(orient="records")}))
230230

0 commit comments

Comments
 (0)