Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotgunn committed Jun 30, 2022
1 parent 590c53d commit 3d1b81e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/dash-image-segmentation/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
server = app.server
app.title = "Interactive image segmentation based on machine learning"

with open("explanations.md", "r") as f:
howto_md = f.read()

app.layout = html.Div(
[
Expand All @@ -46,7 +44,6 @@
children=[dbc.Col(segmentation, md=8), dbc.Col(sidebar, md=4)],
),
dbc.Row(dbc.Col(meta)),
modal_overlay,
],
fluid=True,
),
Expand Down

0 comments on commit 3d1b81e

Please sign in to comment.