CROVIA · Start Here
If AI is trained on data, there must be evidence.
Official Surfaces (Public)
HuggingFace Spaces (Public)
HuggingFace Datasets (Public)
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.
"""
with gr.Blocks(title="CROVIA · Start Here") as app:
gr.HTML(HTML)
if __name__ == "__main__":
app.launch()