shapelets.apps.DataApp.button# DataApp.button(text: str = '', **additional) → Button# Creates a button. Parameters: textstr, optionalString placed inside the button. Returns: Button Examples >>> button = app.button("Press me") You can bind this widget with this: str button() Note: bind function will change button text.