5 lines
79 B
Python
5 lines
79 B
Python
from nicegui import ui
|
|
|
|
ui.time().props('now-btn format24h')
|
|
|
|
ui.run(port=9000) |