Spaces:
Sleeping
Sleeping
Arts-of-coding
commited on
Commit
•
2d13546
1
Parent(s):
41de8fb
Update pages/home.py
Browse files- pages/home.py +1 -1
pages/home.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import dash
|
2 |
from dash import html
|
3 |
|
4 |
-
dash.register_page(__name__, path='/')
|
5 |
|
6 |
layout = html.Div([
|
7 |
html.H1('This is the home page for analyzing 10x flex datasets'),
|
|
|
1 |
import dash
|
2 |
from dash import html
|
3 |
|
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'),
|