Arts-of-coding
commited on
Update pages/home.py
Browse files- pages/home.py +2 -2
pages/home.py
CHANGED
@@ -4,6 +4,6 @@ from dash import html
|
|
4 |
dash.register_page(__name__, path='/', location="sidebar")
|
5 |
|
6 |
layout = html.Div([
|
7 |
-
html.H1('This is the home page for analyzing
|
8 |
-
html.Div('Please select
|
9 |
])
|
|
|
4 |
dash.register_page(__name__, path='/', location="sidebar")
|
5 |
|
6 |
layout = html.Div([
|
7 |
+
html.H1('This is the home page for analyzing the corneal cell state meta atlas'),
|
8 |
+
html.Div('Please select the dataset below.'),
|
9 |
])
|