shapelets.apps.DataApp.button#

DataApp.button(text: str = '', **additional) Button#

Creates a button.

Parameters:
textstr, optional

String placed inside the button.

Returns:
Button

Examples

>>> button = app.button("Press me")

You can bind this widget with this:

Note: bind function will change button text.