DoneLabel is a widget in Supervisely that is used to display messages about completed tasks or operations.
It is a minimalist text element that displays a green "Done" checkmark with the message next to it. DoneLabel is usually used to inform the user that a task has been successfully completed or that a process is finished.
Function signature
done_label =DoneLabel( text="Task has been successfully finished", widget_id=None)
Parameters
Parameters
Type
Description
text
str
Description text
widget_id
str
ID of the widget
text
Description text
type:str
default value:None
done_label =DoneLabel(text="Some text")
widget_id
ID of the widget.
type:str
default value:None
Methods and attributes
Attributes and Methods
Description
text
Get or set text property.
Mini App Example
You can find this example in our Github repository: