Skip to content

Commit

Permalink
🚑 Fix snippet (#5395)
Browse files Browse the repository at this point in the history
  • Loading branch information
damianpumar authored Aug 7, 2024
1 parent c902c1e commit 6cd6121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions argilla-frontend/docs/snippets/start_page.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ Get started by publishing your first dataset.
To work with Argilla datasets, you need to use the Argilla SDK. You can install the SDK with pip as follows:

```sh
pip install argilla -U --pre
pip install argilla
```

### 2. Connect to your Argilla server

[hf_] You need to specify your `HF_TOKEN` which can be found [here](https://huggingface.co/settings/tokens).
[hf_] If you're using a private space, check the [HF docs](https://docs.argilla.io/latest/getting_started/how-to-configure-argilla-on-huggingface/#how-to-use-private-spaces).

```python
import argilla as rg
Expand Down

0 comments on commit 6cd6121

Please sign in to comment.