testing / app.py
amit-asl
7860 added
270ffa4
raw
history blame
87 Bytes
from nicegui import ui, app
ui.label("hello world")
ui.run(host="0.0.0.0", port=7860)