rohansampath commited on
Commit
bd59416
·
verified ·
1 Parent(s): f64ee28

Update dataset_previews.py

Browse files
Files changed (1) hide show
  1. 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