diff --git a/view.py b/view.py index 570c25f..9cd0a81 100644 --- a/view.py +++ b/view.py @@ -86,7 +86,7 @@ def make_layout(self): ), html.Div([ html.Div([ - html.H3("Body Parts"), + html.H3("DeepLabCut Labeling App"), html.Div([ dcc.RadioItems(id='radio', options=[{'label': opt, 'value': opt} for opt in self.options], @@ -121,7 +121,7 @@ def make_layout(self): html.Div([ dcc.Markdown(""" **Instructions**\n - Click on the image to add a keypoint. + Left click on the image to add a keypoint. Please skip/do not label occluded points. If you make a mistake, click clear to start again. ![](/static/img/example_labels.png) """), @@ -133,4 +133,4 @@ def make_layout(self): html.Div(id='placeholder', style={'display': 'none'}), html.Div(id='shapes', style={'display': 'none'}) ] - ) \ No newline at end of file + )