Hello!
I was wondering if the frontend components used in conversational model cards on the HF website are open-sourced or not.
Take e.g. microsoft/DialoGPT-small · Hugging Face page (shown below) it looks great! It’d be nice to reuse it to show chatbot prototypes, as it doesn’t include distracting entities (e.g. the name of the sender, timestamp, sent/delivered/read marks, etc.).
Streamlit doesn’t have a dialog component AFAIK and I was wondering if the underlying code could be adapted to create custom components a la Create a Component - Streamlit Docs, e.g. to power chatbots on HF Spaces. I have seen bots implementations in streamlit, but the ones I saw are way less polished than this.
Not being a frontend developer myself, I’d have a hard time creating a chat box component from scratch, so it’d be cool to reuse yours somehow!
Thanks!