How to use ChatBox?

hi
i want to change the icon in langchain-chatchat , there is a ChatBox , i can’t find any reference.

chat_box = ChatBox(
    assistant_avatar=os.path.join(
        "img",
        "chat_icon_robot.png"
    ),
    greetings=['blablabla!']
)

it works, and how can i change the users’ icon ?

Hi @Lun_Ding,

Thanks for sharing this question!

Have you tried implementing based on their repo example?