Skip to content

mk_app does not work with lambda functions #6

@sylvainbonnot

Description

@sylvainbonnot

The following simple app does not work:
https://github.com/otosense/plunk/blob/master/plunk/sb/front_experiments/crudify_funcnodes/minimal_lambda_bug.py

Code for the app:

from streamlitfront import mk_app

if __name__ == "__main__":
    app = mk_app([lambda res: res])

    app()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions