Update README.md
Browse files
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 |
```
|