AdithyaSK's picture
AdithyaSK HF Staff
Initial commit: ultimate guide to LLM environments
a85e0d8
---
const { html, class: className, ariaLabel } = Astro.props;
---
<div class={className} role="img" aria-label={ariaLabel} set:html={html} />