{% extends "base.html" %} {% block title %}PSYCHE · Analysis{% endblock %} {% block body %}

Analysis playground

Proof-of-concept: preset summaries run in DuckDB over bundled demo trial data (not the full Hub catalog yet). No SQL required—you pick a view below.

{% if error %}

Error: {{ error }}

{% endif %} {% if table_html %}

Result

{{ table_html | safe }} {% endif %} {% endblock %}