Iβd like to add a greeting message after the gradio Chatbot UI shows up, such as βHi! This is Alice. Iβm here to help you with any questions regarding our products.β
Any help?
Thanks!
Iβd like to add a greeting message after the gradio Chatbot UI shows up, such as βHi! This is Alice. Iβm here to help you with any questions regarding our products.β
Any help?
Thanks!
I think you can seed it with a starting value by setting the default value on the chatbot.
gr.Chatbot(value=[[None, βHi my name is Aliceβ¦β]])