Spaces:
Sleeping
Sleeping
Update dataset_previews.py
Browse files- dataset_previews.py +1 -1
dataset_previews.py
CHANGED
|
@@ -167,7 +167,7 @@ def format_preview_for_display(preview_data: Dict[str, Any]) -> pd.DataFrame:
|
|
| 167 |
{"Dataset Property": "Description", "Details": preview_data["description"]},
|
| 168 |
{"Dataset Property": "Links", "Details": links_formatted},
|
| 169 |
{"Dataset Property": "Organization", "Details": preview_data["organization"]},
|
| 170 |
-
{"Dataset Property": "Number of Questions", "Details": subject_counts_formatting(preview_data["subject_counts"],preview_data["total_questions"]
|
| 171 |
{"Dataset Property": "Choices per Question", "Details": preview_data["choices_per_question"]}
|
| 172 |
]
|
| 173 |
|
|
|
|
| 167 |
{"Dataset Property": "Description", "Details": preview_data["description"]},
|
| 168 |
{"Dataset Property": "Links", "Details": links_formatted},
|
| 169 |
{"Dataset Property": "Organization", "Details": preview_data["organization"]},
|
| 170 |
+
{"Dataset Property": "Number of Questions", "Details": subject_counts_formatting(preview_data["subject_counts"],preview_data["total_questions"])},
|
| 171 |
{"Dataset Property": "Choices per Question", "Details": preview_data["choices_per_question"]}
|
| 172 |
]
|
| 173 |
|