Spaces:
Running
Running
Upload retirement_planning.py
Browse files
modules/retirement_planning.py
CHANGED
@@ -230,7 +230,6 @@ def retirement_planning(
|
|
230 |
result_html = css + f"""
|
231 |
<div class="wrap-text">
|
232 |
<div style="margin-bottom: 1.5rem;">
|
233 |
-
<div style="font-size: 1.5rem; margin-top: 1.5rem; margin-bottom: 1.5rem;">Dividend-Based Retirement Planning</div>
|
234 |
<iframe src="data:text/html;base64,{svg_base64}" style="width: 100%; height: 400px; border: none;"></iframe>
|
235 |
<div style="display: flex; align-items: center; justify-content: flex-end;">💡Total Shortfall <span style="font-weight: bold; color: #1678fb">{abs(negative_differences_sum):,.0f}</span></div>
|
236 |
</div>
|
|
|
230 |
result_html = css + f"""
|
231 |
<div class="wrap-text">
|
232 |
<div style="margin-bottom: 1.5rem;">
|
|
|
233 |
<iframe src="data:text/html;base64,{svg_base64}" style="width: 100%; height: 400px; border: none;"></iframe>
|
234 |
<div style="display: flex; align-items: center; justify-content: flex-end;">💡Total Shortfall <span style="font-weight: bold; color: #1678fb">{abs(negative_differences_sum):,.0f}</span></div>
|
235 |
</div>
|