Shall I let users to add / delete some gr.Textbox in ui?

I want to run a server in which the user can decide how many gr.Textbox to in put and all the inputs should be collected into a function to calculate.
Shall I do that ?

Maybe render is the right way to do it, but it’s very tedious…