JeongA Wi
Results
2
comments of
JeongA Wi
try `return gr.update(components=["textbox"], visible=False)` instead of `return gr.Dataset(components=["textbox"], visible=False)`
In gradio 4.13.0, I didn't put gr.Dataset() in the return value and just returned the sample value I wanted to replace, and it worked fine. ``` def change_dataset(choice): if choice...