RAG-PSYCH / api /templates /_error.html
arjun10g's picture
Initial deploy to Hugging Face Spaces
08fc97e
raw
history blame contribute delete
128 Bytes
<div class="rounded-2xl border border-rose-800 bg-rose-950/30 p-6 text-rose-300">
<p class="text-sm">{{ message }}</p>
</div>