File size: 87 Bytes
270ffa4
 
 
 
 
1
2
3
4
5
from nicegui import ui, app

ui.label("hello world")

ui.run(host="0.0.0.0", port=7860)