This website works better with JavaScript
Home
Explore
Help
Register
Sign In
root
/
nicegui
mirror of
https://github.com/zauberzeug/nicegui.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
demo: more detailed explanation, fixes
#1657
Rodja Trappe
1 year ago
parent
0cef3abf00
commit
ec94d1d9e3
1 changed files
with
4 additions
and
0 deletions
Unified View
Show Diff Stats
4
0
demo.py
+ 4
- 0
demo.py
View File
@@ -0,0 +1,4 @@
+from nicegui import ui
+
+ui.input("Enter your name")
+ui.run(native=True)