Skip to content

Commit c56ba2f

Browse files
authored
chore: Add missing , to code snippet
1 parent 54ad94b commit c56ba2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

argilla-frontend/docs/snippets/start_page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import argilla as rg
3030
client = rg.Argilla(
3131
[local_]api_url="[LOCAL_HOST]",
3232
[hf_]api_url="https://[HF_OWNER]-[HF_SPACE_NAME].hf.space",
33-
api_key="[USER_API_KEY]"
33+
api_key="[USER_API_KEY]",
3434
[hf_]headers={"Authorization": f"Bearer {HF_TOKEN}"}
3535
)
3636
```

0 commit comments

Comments
 (0)