HomeDashboard/main.py
2026-01-03 14:54:18 +01:00

4 lines
66 B
Python

from nicegui import ui
ui.label('Hello NiceGUI on Mint')
ui.run()