Datasets:

Modalities:
Image
Formats:
parquet
Languages:
English
Size:
< 1K
Libraries:
Datasets
pandas
License:
jagennath-hari commited on
Commit
a1c50d8
·
1 Parent(s): 73e789b

update README.md

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +2 -0
README.md CHANGED
@@ -85,7 +85,7 @@ This dataset is optimized for visual inspection on the Hugging Face Hub, with an
85
 
86
  ## Example Use
87
 
88
- ```bash
89
  from datasets import load_dataset
90
 
91
  ds = load_dataset("Laudando-Associates-LLC/pucks", split="train")
 
85
 
86
  ## Example Use
87
 
88
+ ```python
89
  from datasets import load_dataset
90
 
91
  ds = load_dataset("Laudando-Associates-LLC/pucks", split="train")
requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ datasets
2
+ huggingface_hub