We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
,
1 parent 54ad94b commit c56ba2fCopy full SHA for c56ba2f
argilla-frontend/docs/snippets/start_page.md
@@ -30,7 +30,7 @@ import argilla as rg
30
client = rg.Argilla(
31
[local_]api_url="[LOCAL_HOST]",
32
[hf_]api_url="https://[HF_OWNER]-[HF_SPACE_NAME].hf.space",
33
- api_key="[USER_API_KEY]"
+ api_key="[USER_API_KEY]",
34
[hf_]headers={"Authorization": f"Bearer {HF_TOKEN}"}
35
)
36
```
0 commit comments