File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1212
1313app .layout = html .Div (
1414 children = [
15- html .H1 (children = "Avocado Analytics" ,),
15+ html .H1 (
16+ children = "Avocado Analytics" ,
17+ ),
1618 html .P (
1719 children = "Analyze the behavior of avocado prices"
1820 " and the number of avocados sold in the US"
Original file line number Diff line number Diff line change 9090 children = [
9191 html .Div (
9292 children = dcc .Graph (
93- id = "price-chart" , config = {"displayModeBar" : False },
93+ id = "price-chart" ,
94+ config = {"displayModeBar" : False },
9495 ),
9596 className = "card" ,
9697 ),
9798 html .Div (
9899 children = dcc .Graph (
99- id = "volume-chart" , config = {"displayModeBar" : False },
100+ id = "volume-chart" ,
101+ config = {"displayModeBar" : False },
100102 ),
101103 className = "card" ,
102104 ),
Original file line number Diff line number Diff line change 9191 children = [
9292 html .Div (
9393 children = dcc .Graph (
94- id = "price-chart" , config = {"displayModeBar" : False },
94+ id = "price-chart" ,
95+ config = {"displayModeBar" : False },
9596 ),
9697 className = "card" ,
9798 ),
9899 html .Div (
99100 children = dcc .Graph (
100- id = "volume-chart" , config = {"displayModeBar" : False },
101+ id = "volume-chart" ,
102+ config = {"displayModeBar" : False },
101103 ),
102104 className = "card" ,
103105 ),
You can’t perform that action at this time.
0 commit comments