I have a python app that takes multiple inputs from the user and then runs the program. But on Streamlut the app seems to run after each input is added… I want the program to run only after the user has submitted all inputs and hits the “Submit” button.
Also, the program seems to self execute each time the page is reloaded. How do I prevent this?