shapelets.apps.DataApp.text#
- DataApp.text(value: Optional[Union[str, int, float]] = None, title: Optional[str] = None, text_style: Optional[dict] = None, markdown: Optional[bool] = None, **additional) TextWidget #
Creates a Label. param value: Text value of the widget. param title: Title of the widget. param text_style: Text style for the label param markdown: Flag to indicate if Label is markdown return Label.