Spaces:
Sleeping
Sleeping
Joseph Spada
commited on
Commit
·
4367588
1
Parent(s):
51b2019
comments and sources
Browse files
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
|
215 |
-
'
|
216 |
-
'is author\'s calculations.
|
217 |
-
'
|
218 |
-
'
|
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(
|