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