Thorsten-Voice commited on
Commit
e1c383b
·
verified ·
1 Parent(s): c19018d

Code block formatted

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -259,10 +259,12 @@ in the center region of germany. All recordings where done using a good Rode Pod
259
  ## API Call
260
  You can query the dataset using HuggingFace API with SQL query syntax
261
 
262
- ```SELECT * FROM tv_202106_emotional WHERE "style" = 'angry | wütend' LIMIT 10;```
 
 
263
 
264
  ## Python Code
265
- ```
266
  from datasets import load_dataset
267
  from datasets import load_dataset_builder
268
  from datasets import get_dataset_config_names
 
259
  ## API Call
260
  You can query the dataset using HuggingFace API with SQL query syntax
261
 
262
+ ```sql
263
+ SELECT * FROM tv_202106_emotional WHERE "style" = 'angry | wütend' LIMIT 10;
264
+ ```
265
 
266
  ## Python Code
267
+ ```python
268
  from datasets import load_dataset
269
  from datasets import load_dataset_builder
270
  from datasets import get_dataset_config_names