riotu-lab commited on
Commit
9bc8458
·
verified ·
1 Parent(s): edd88c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -87,7 +87,8 @@ A detailed description of the dataset is provided in the accompanying paper: [ht
87
 
88
  ## Usage
89
 
90
- ```from datasets import load_dataset
 
91
  ds = load_dataset("riotu-lab/ARCADE-full")
92
  ```
93
 
 
87
 
88
  ## Usage
89
 
90
+ ```
91
+ from datasets import load_dataset
92
  ds = load_dataset("riotu-lab/ARCADE-full")
93
  ```
94