Infinite loop (or Python app) plus Dash

Thanks, but where would you place my endless loop?
Let’s say this is the endless loop:

a = 0
while(a < 1):
    a = a - 1