The textbox doesn't accept any inputs when it becomes visible

#1
by sayakpaul HF staff - opened

@abidlabs is this expected?

Yes, the reason is the Blocks figures out that you're not using it as the input for any other event listener so it keeps it non-interactive. If you'd like to force it to be interactive, you can set interactive=True in the gr.Textbox()

Thank you!

sayakpaul changed discussion status to closed

Sign up or log in to comment