menasi11 commited on
Commit
77d9a66
·
verified ·
1 Parent(s): d3ca56a

updated readme file

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ fresh and rotten apples, bananas, and oranges.
30
  ```python
31
  from datasets import load_dataset
32
 
33
- dataset = load_dataset("<your-username>/fruit-classification")
34
 
35
  print(dataset)
36
 
 
30
  ```python
31
  from datasets import load_dataset
32
 
33
+ dataset = load_dataset("menasi11/fruit-classification")
34
 
35
  print(dataset)
36