Spaces:
Sleeping
Sleeping
Arts-of-coding
commited on
Commit
•
5e5594d
1
Parent(s):
f04aa89
Update pages/home.py
Browse files- pages/home.py +1 -1
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 the
|
8 |
html.Div('Please select one of the above datasets.'),
|
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 aniridia mouse study datasets'),
|
8 |
html.Div('Please select one of the above datasets.'),
|
9 |
])
|