Skip to content

Commit

Permalink
chore: Add missing , to code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon authored Jul 4, 2024
1 parent 54ad94b commit c56ba2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argilla-frontend/docs/snippets/start_page.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import argilla as rg
client = rg.Argilla(
[local_]api_url="[LOCAL_HOST]",
[hf_]api_url="https://[HF_OWNER]-[HF_SPACE_NAME].hf.space",
api_key="[USER_API_KEY]"
api_key="[USER_API_KEY]",
[hf_]headers={"Authorization": f"Bearer {HF_TOKEN}"}
)
```
Expand Down

0 comments on commit c56ba2f

Please sign in to comment.