-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
fast integration of pieces for building dashboads
`def make_index_page(coloring = stanford, model = inception, output= True, classifier = True, download = True):
index_page = html.Div([
html.Br(),
html.A([
html.Img(
src=app.get_asset_url("mgh_stanford.png"),
)
], href='/page-1'),
html.Br(),
]),
return index_page
`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels