rohansampath commited on
Commit
95b2d49
·
verified ·
1 Parent(s): 3389471

Update dataset_previews.py

Browse files
Files changed (1) hide show
  1. dataset_previews.py +1 -1
dataset_previews.py CHANGED
@@ -101,7 +101,7 @@ def format_preview_for_display(preview_data: Dict[str, Any]) -> pd.DataFrame:
101
  {"Key": "Evaluation Type", "Value": preview_data["evaluation_type"]},
102
  {"Key": "Description", "Value": preview_data["description"]},
103
  {"Key": "Links", "Value": (
104
- f"Hugging Face: {preview_data['links']['huggingface']}\n"
105
  f"GitHub: {preview_data['links']['github']}\n"
106
  f"Paper: {preview_data['links']['paper']}"
107
  )},
 
101
  {"Key": "Evaluation Type", "Value": preview_data["evaluation_type"]},
102
  {"Key": "Description", "Value": preview_data["description"]},
103
  {"Key": "Links", "Value": (
104
+ f"Dataset: {preview_data['links']['huggingface']}\n"
105
  f"GitHub: {preview_data['links']['github']}\n"
106
  f"Paper: {preview_data['links']['paper']}"
107
  )},