import gradio as gr HTML = """

CROVIA · Start Here

If AI is trained on data, there must be evidence.

Official Surfaces (Public)

croviatrust.com
registry.croviatrust.com/registry
registry.croviatrust.com/registry/omissions

HuggingFace Spaces (Public)

Registry Observer
CEP Terminal

HuggingFace Datasets (Public)

Global AI Training Omissions
CEP Reference Capsules

Open Plane

Records observations of evidence presence and evidence absence. Publishes verifiable surfaces (timestamps, hashes, merkle roots, append-only artifacts). No judgment. No settlement claims.

Pro Plane (Not publicly deployed)

Crovia also defines a production/enterprise plane (settlement, attestation, private proofs). This Space does not expose it.
Source: github.com/croviatrust
""" with gr.Blocks(title="CROVIA · Start Here") as app: gr.HTML(HTML) if __name__ == "__main__": app.launch()