Balint Batki

Results 2 comments of Balint Batki

I have the same problem. Did you find any solution?

This works for me (until a better option in gradio): ``` RAG_component = gr.Textbox() # chatbot is a gr.Chatbot() component chatbot.change(fn=update_RAG_component, inputs=[], outputs=[RAG_component]) ``` The chatbot changes many times, but...