Spaces:
Sleeping
Sleeping
File size: 261 Bytes
f09ad6c 2d13546 f09ad6c 5e5594d f09ad6c |
1 2 3 4 5 6 7 8 9 |
import dash
from dash import html
dash.register_page(__name__, path='/', location="sidebar")
layout = html.Div([
html.H1('This is the home page for analyzing the aniridia mouse study datasets'),
html.Div('Please select one of the above datasets.'),
]) |