Comment on page
Part 1 — While True Script [It's all what you need]
In this part we will understand what a While True Script is. And why you need it.
How does it work?
Every time you launch an application with UI, you send an HTML file with the UI to the Supervisely server.
While True Script takes this file and renders it. This makes the process of creating UI applications possible.
Run while true script app
We have successfully run our While True Script.
Remember the TASK_ID
In this case it is equal to

7715
It will be useful for us to work with it.Last modified 1yr ago