File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1212
1313app .layout = html .Div (
1414 children = [
15- html .H1 (children = "Avocados Analytics" ,),
15+ html .H1 (children = "Avocado Analytics" ,),
1616 html .P (
17- children = "Analyze the behaviour of prices"
17+ children = "Analyze the behavior of avocado prices"
1818 " and the number of avocados sold in the US"
1919 " between 2015 and 2018" ,
2020 ),
Original file line number Diff line number Diff line change 1616 },
1717]
1818app = dash .Dash (__name__ , external_stylesheets = external_stylesheets )
19- app .title = "Avocados Analytics: Understand Your Avocados!"
19+ app .title = "Avocado Analytics: Understand Your Avocados!"
2020
2121app .layout = html .Div (
2222 children = [
2727 children = "Avocados Analytics" , className = "header-title"
2828 ),
2929 html .P (
30- children = "Analyze the behaviour of prices"
30+ children = "Analyze the behavior of avocado prices"
3131 " and the number of avocados sold in the US"
3232 " between 2015 and 2018" ,
3333 className = "header-description" ,
Original file line number Diff line number Diff line change 1717 },
1818]
1919app = dash .Dash (__name__ , external_stylesheets = external_stylesheets )
20- app .title = "Avocados Analytics: Understand Your Avocados!"
20+ app .title = "Avocado Analytics: Understand Your Avocados!"
2121
2222app .layout = html .Div (
2323 children = [
2424 html .Div (
2525 children = [
2626 html .P (children = "🥑" , className = "header-emoji" ),
2727 html .H1 (
28- children = "Avocados Analytics" , className = "header-title"
28+ children = "Avocado Analytics" , className = "header-title"
2929 ),
3030 html .P (
31- children = "Analyze the behaviour of prices"
31+ children = "Analyze the behavior of avocado prices"
3232 " and the number of avocados sold in the US"
3333 " between 2015 and 2018" ,
3434 className = "header-description" ,
Original file line number Diff line number Diff line change 1818]
1919app = dash .Dash (__name__ , external_stylesheets = external_stylesheets )
2020server = app .server
21- app .title = "Avocados Analytics: Understand Your Avocados!"
21+ app .title = "Avocado Analytics: Understand Your Avocados!"
2222
2323app .layout = html .Div (
2424 children = [
2525 html .Div (
2626 children = [
2727 html .P (children = "🥑" , className = "header-emoji" ),
2828 html .H1 (
29- children = "Avocados Analytics" , className = "header-title"
29+ children = "Avocado Analytics" , className = "header-title"
3030 ),
3131 html .P (
32- children = "Analyze the behaviour of prices"
32+ children = "Analyze the behavior of avocado prices"
3333 " and the number of avocados sold in the US"
3434 " between 2015 and 2018" ,
3535 className = "header-description" ,
You can’t perform that action at this time.
0 commit comments