Explorar el Código

demo: more detailed explanation, fixes #1657

Rodja Trappe hace 1 año
padre
commit
ec94d1d9e3
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      demo.py

+ 4 - 0
demo.py

@@ -0,0 +1,4 @@
+from nicegui import ui
+
+ui.input("Enter your name")
+ui.run(native=True)