#!/usr/bin/env python3 from nice_gui import ui ui.label('Hello') ui.label('world!') ui.run()