Arts-of-coding commited on
Commit
af9930e
·
verified ·
1 Parent(s): 6de0a86

Update pages/home.py

Browse files
Files changed (1) hide show
  1. 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 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 corneal cell state meta atlas'),
8
+ html.Div('Please select the dataset below.'),
9
  ])