Spaces:
Running
Running
thibaud frere
commited on
Commit
·
a981846
1
Parent(s):
cbeaba5
fix article
Browse files
app/src/content/article.mdx
CHANGED
|
@@ -55,6 +55,7 @@ import Accordion from '../components/Accordion.astro'
|
|
| 55 |
</div>
|
| 56 |
|
| 57 |
To use the dataset, simply load it with:
|
|
|
|
| 58 |
<small class="muted">python</small>
|
| 59 |
```python
|
| 60 |
from datasets import load_dataset
|
|
|
|
| 55 |
</div>
|
| 56 |
|
| 57 |
To use the dataset, simply load it with:
|
| 58 |
+
|
| 59 |
<small class="muted">python</small>
|
| 60 |
```python
|
| 61 |
from datasets import load_dataset
|