Joseph Spada commited on
Commit
4367588
·
1 Parent(s): 51b2019

comments and sources

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -211,11 +211,11 @@ with gr.Blocks() as interface:
211
  label = "Compound Annual Growth Rate of Revenues through 2055"
212
  )
213
 
214
- gr.Markdown('<p style="font-size:11px;">Source: CBO June 2024 An Update to the Budget and Economic Outlook: 2024 to 2034, '
215
- 'March 2024 report The Long-Term Budget Outlook: 2024 to 2054, and author\'s calculations. Scenario of higher interest rate and revenues '
216
- 'is author\'s calculations. Data points for 2035-2054 calculated to build on CBO\'s June 2024 10-year update and be consistent '
217
- 'with the March 2024 long-term report. Historical Social Security OASDI payroll tax revenue from Table 4-3 of the SSA\'s '
218
- 'Trust Fund Data, and projections from the CBO\'s August 2024 Long Term Projections for Social Security.</p>')
219
 
220
  # Set up an action that updates the graph when the interest rate slider value changes
221
  interest_rate_slider.change(
 
211
  label = "Compound Annual Growth Rate of Revenues through 2055"
212
  )
213
 
214
+ gr.Markdown('<p style="font-size:11px;">Source: : CBO March 2025, The Long-Term Budget Outlook: 2025 to 2055, author\'s ' \
215
+ 'calculations from Supplemental Table 1. Scenario of higher interest rate and revenues '
216
+ 'is author\'s calculations. Historical Social Security OASDI payroll tax revenue from Table 4-3 of the ' \
217
+ 'Social Security Administration\'s Trust Fund Data, and projections from the CBO\'s August 2024 Long Term Projections '
218
+ 'for Social Security.</p>')
219
 
220
  # Set up an action that updates the graph when the interest rate slider value changes
221
  interest_rate_slider.change(