Skip to content

Commit 03f50b1

Browse files
authored
Update quix-start.md (#458)
Remove `sdf` argument from `app.run(sdf)` call in simple app code.
1 parent 0a2407e commit 03f50b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get-started/quix-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ sdf = sdf[["role", "tokens_count"]]
4646

4747
sdf = sdf.update(lambda row: print(row))
4848

49-
app.run(sdf)
49+
app.run()
5050
```
5151

5252
Save the code in a file named `qs.py`.

0 commit comments

Comments
 (0)