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?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.