shapelets.apps.DataApp.set_title# DataApp.set_title(title: str)# Sets the DataApp’s title. Parameters: titlestrThe title for the app. Examples >>> app.set_title('new title')