Hi, I want to develop an application using the custom components Streamlit-Chat, my question is; is it possible to use bot output and make it the user input?
Here is the bot output:
I want the option for user to be able to click the selection A and make it as their input in the chat page. What my current implementation is to copy the string to the text input that makes the user_input but that does not work as intended
Here is the text input that makes up the user_input:
Will appreciate if anyone could point me to the right direction. Thanks for reading