Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Libraries:
Datasets
Dask
License:
michaelr7 commited on
Commit
7366986
·
verified ·
1 Parent(s): 8e0229f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -97,9 +97,9 @@ The dataset has undergone several preprocessing steps to ensure the quality and
97
 
98
  Here is an example of how to load and use the dataset in Python.
99
 
 
100
  from datasets import load_dataset
101
-
102
-
103
 
104
  #Load the dataset
105
  ```
 
97
 
98
  Here is an example of how to load and use the dataset in Python.
99
 
100
+ ```
101
  from datasets import load_dataset
102
+ ```
 
103
 
104
  #Load the dataset
105
  ```