diff --git a/sbas/templates/sbas/import_llm_questions.html b/sbas/templates/sbas/import_llm_questions.html index 28af2f12..76cafc6e 100644 --- a/sbas/templates/sbas/import_llm_questions.html +++ b/sbas/templates/sbas/import_llm_questions.html @@ -2,14 +2,25 @@ {% block content %}
Upload a single JSON array, a single object, or JSONL (one JSON object per line) matching the agreed schema. Use the Preview button to inspect results before importing.
{% endblock %}