How to get input within response in gradio

97 Views Asked by At

So I am working on getting input with response function in gradio. In python, we have input() where it would pause execution until user provides input, I require similar functionality in gradio in highlighted part of image.
Example code:

enter image description here


Is there a way to do so?

0

There are 0 best solutions below