kingam commited on
Commit
4ef2690
·
verified ·
1 Parent(s): 0315018

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def list_datasets() -> Dict[str, Dataset]:
28
  Returns:
29
  List[Dict[str, str]]: A list of dataset information.
30
  """
31
- return get_dataset_infos(BASE_DATASET)
32
 
33
 
34
  def show_examples(dataset_name: str, split: str) -> None:
 
28
  Returns:
29
  List[Dict[str, str]]: A list of dataset information.
30
  """
31
+ return get_dataset_infos(BASE_DATASET, use_auth_token=read_key)
32
 
33
 
34
  def show_examples(dataset_name: str, split: str) -> None: