We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c7ffc commit 8367c6eCopy full SHA for 8367c6e
python-dash/apps/app_3/app.py
@@ -71,7 +71,9 @@
71
),
72
html.Div(
73
children=[
74
- html.Div(children="Date Range", className="menu-title"),
+ html.Div(
75
+ children="Date Range", className="menu-title"
76
+ ),
77
dcc.DatePickerRange(
78
id="date-range",
79
min_date_allowed=data.Date.min().date(),
python-dash/apps/app_4/app.py
@@ -72,7 +72,9 @@
80
0 commit comments