Write and text_input updating with delay when clicking on widget

When you click a button, the page reloads with that button returning True.

All the content on the page before the button is going to reload the same as it did before.

When the script gets to if run:, the content of the conditional is executed. This includes one line of writing out the values unmodified before the increment occurs.

Here’s another thread where someone was asking and I described the run logic for a couple cases.