from taipy.gui import Gui
from taipy.designer import Page


progress = 50


page = Page("progress_bar.xprjson")
Gui(page).run(design=True)
