Browse Source

demo: more detailed explanation, fixes #1657

Rodja Trappe 1 year ago
parent
commit
ec94d1d9e3
1 changed files with 4 additions and 0 deletions
  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)