ScottScroggins commited on
Commit
42d39c2
·
verified ·
1 Parent(s): 8a5cdc4

Added reference to README

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -353,7 +353,8 @@ template = pn.template.BootstrapTemplate(title='Affordable County Locator')
353
 
354
  #Sidebar formatting
355
  intro = pn.pane.Markdown('If you and your family could maintain your relative income and spending habits, '
356
- 'in which US county would you be able to save the most money every month? Use this app to find out!')
 
357
  part1_title = pn.pane.Markdown('## Part 1: County and family size')
358
  part2_title = pn.pane.Markdown('## Part 2: Budget')
359
  part3_title = pn.pane.Markdown('## Part 3: Calculation constraints')
 
353
 
354
  #Sidebar formatting
355
  intro = pn.pane.Markdown('If you and your family could maintain your relative income and spending habits, '
356
+ 'in which US county would you be able to save the most money every month? Use this app to find out! '
357
+ 'Check out the README in the "Files" tab to the top-right for detailed instructions, take-aways, and sources.')
358
  part1_title = pn.pane.Markdown('## Part 1: County and family size')
359
  part2_title = pn.pane.Markdown('## Part 2: Budget')
360
  part3_title = pn.pane.Markdown('## Part 3: Calculation constraints')