4 lines
66 B
Python
4 lines
66 B
Python
|
|
from nicegui import ui
|
||
|
|
|
||
|
|
ui.label('Hello NiceGUI on Mint')
|
||
|
|
ui.run()
|