zjg
Results
1
comments of
zjg
> Same problem, I fixed it in this way. Try to add `queue=False` to the function > > ``` > submit_button_component.click( > fn=process, > ...... > queue=False > ) >...