Update app.py
Browse files
app.py
CHANGED
@@ -261,7 +261,7 @@ comparison_result = pn.pane.Markdown(pn.bind(comparison_result,comparison_submit
|
|
261 |
template = pn.template.BootstrapTemplate(title='Affordable County Locator')
|
262 |
|
263 |
#Sidebar formatting
|
264 |
-
intro = pn.pane.Markdown('If you and your family could maintain your relative income and spending habits,'
|
265 |
'in which US county would you be able to save the most money every month? Use this app to find out!')
|
266 |
part1_title = pn.pane.Markdown('## Part 1: County and family size')
|
267 |
part2_title = pn.pane.Markdown('## Part 2: Budget')
|
|
|
261 |
template = pn.template.BootstrapTemplate(title='Affordable County Locator')
|
262 |
|
263 |
#Sidebar formatting
|
264 |
+
intro = pn.pane.Markdown('If you and your family could maintain your relative income and spending habits, '
|
265 |
'in which US county would you be able to save the most money every month? Use this app to find out!')
|
266 |
part1_title = pn.pane.Markdown('## Part 1: County and family size')
|
267 |
part2_title = pn.pane.Markdown('## Part 2: Budget')
|