This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
root
/
nicegui
mirror of
https://github.com/zauberzeug/nicegui.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
demo: more detailed explanation, fixes
#1657
Rodja Trappe
1 năm trước cách đây
mục cha
0cef3abf00
commit
ec94d1d9e3
1 tập tin đã thay đổi
với
4 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
4
0
demo.py
+ 4
- 0
demo.py
Xem Tập Tin
@@ -0,0 +1,4 @@
+from nicegui import ui
+
+ui.input("Enter your name")
+ui.run(native=True)