Arts-of-coding commited on
Commit
dd81e41
·
verified ·
1 Parent(s): 3e92e65

Update pages/home.py

Browse files
Files changed (1) hide show
  1. 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 10x flex datasets'),
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 suture mouse study datasets'),
8
  html.Div('Please select one of the above datasets.'),
9
  ])