Spaces:
Sleeping
Sleeping
Joseph Spada
commited on
Commit
·
dd20b48
1
Parent(s):
78d8d32
updated source
Browse files
app.py
CHANGED
@@ -214,13 +214,19 @@ with gr.Blocks() as interface:
|
|
214 |
label = "Compound Annual Growth Rate of Revenues through 2055"
|
215 |
)
|
216 |
|
217 |
-
gr.Markdown('<p style="font-size:11px;">Source: CBO June 2024 An Update to the Budget and Economic Outlook: 2024 to 2034, '
|
218 |
-
'March 2024 report The Long-Term Budget Outlook: 2024 to 2054, and author\'s calculations. Scenario of higher interest rate and revenues '
|
219 |
-
'is author\'s calculations. Data points for 2035-2054 calculated to build on CBO\'s June 2024 10-year update and be consistent '
|
220 |
-
'with the March 2024 long-term report. Historical Social Security OASDI payroll tax revenue from Table 4-3 of the SSA\'s '
|
221 |
-
'Trust Fund Data, and projections from the CBO\'s August 2024 Long Term Projections for Social Security.</p>')
|
222 |
-
|
223 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
224 |
interest_rate_slider.change(
|
225 |
plot_interest_coverage,
|
226 |
inputs = [interest_rate_slider, cagr_revenues_slider],
|
|
|
214 |
label = "Compound Annual Growth Rate of Revenues through 2055"
|
215 |
)
|
216 |
|
217 |
+
#gr.Markdown('<p style="font-size:11px;">Source: CBO June 2024 An Update to the Budget and Economic Outlook: 2024 to 2034, '
|
218 |
+
#'March 2024 report The Long-Term Budget Outlook: 2024 to 2054, and author\'s calculations. Scenario of higher interest rate and revenues '
|
219 |
+
#'is author\'s calculations. Data points for 2035-2054 calculated to build on CBO\'s June 2024 10-year update and be consistent '
|
220 |
+
#'with the March 2024 long-term report. Historical Social Security OASDI payroll tax revenue from Table 4-3 of the SSA\'s '
|
221 |
+
#'Trust Fund Data, and projections from the CBO\'s August 2024 Long Term Projections for Social Security.</p>')
|
222 |
+
|
223 |
+
gr.Markdown('<p style="font-size:11px;">Source: : CBO March 2025, The Long-Term Budget Outlook: 2025 to 2055, author\'s ' \
|
224 |
+
'calculations from Supplemental Table 1. Scenario of higher interest rate and revenues '
|
225 |
+
'is author\'s calculations. Historical Social Security OASDI payroll tax revenue from Table 4-3 of the ' \
|
226 |
+
'Social Security Administration\'s Trust Fund Data, and projections from the CBO\'s August 2024 Long Term Projections '
|
227 |
+
'for Social Security.</p>')
|
228 |
+
|
229 |
+
# Set up an action that updates the graph when the interest rate slider value changes
|
230 |
interest_rate_slider.change(
|
231 |
plot_interest_coverage,
|
232 |
inputs = [interest_rate_slider, cagr_revenues_slider],
|