async def form_view(request):
    return wl.FormFunction({"x": "String"},
                           wl.Identity,
                           AppearanceRules={"Title": "Hello from WL!"})
Example #2
0
def form_view(request):
    return wl.FormFunction({"x": "String"}, wl.Identity, "JSON")