File size: 253 Bytes
8933cff
 
 
38d2791
8933cff
 
97b15c8
 
8933cff
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 corneal cell state meta atlas'),
    html.Div('Please select the dataset below.'),
])