Looking at the Python source - there's some hurdle with the program getting information from the html form. Whereas if you manually pass the variables in, it's fine. I had written it so the form puts the variables into the URL, then the Python/Brython was hypothetically parsing the URL. However that doesn't appear to work.
Ultimately this generates a "targeting error" to the visual output in the web application.
Looking at the Python source - there's some hurdle with the program getting information from the html form. Whereas if you manually pass the variables in, it's fine. I had written it so the form puts the variables into the URL, then the Python/Brython was hypothetically parsing the URL. However that doesn't appear to work.
Ultimately this generates a "targeting error" to the visual output in the web application.