shapelets.apps.DataApp.set_title#

DataApp.set_title(title: str)#

Sets the DataApp’s title.

Parameters:
titlestr

The title for the app.

Examples

>>> app.set_title('new title')