Spaces:
Sleeping
Sleeping
Update dataset_previews.py
Browse files- 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"
|
| 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 |
)},
|