Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
@@ -48,18 +48,19 @@ def initial_load(*args):
|
|
48 |
return (rebalancing_results, share_price_trend_results, dollar_cost_averaging_results, retirement_results)
|
49 |
|
50 |
MARKDOWN = ("""
|
51 |
-
|
52 |
-
|
|
|
|
|
|
|
|
|
53 |
|
54 |
-
|
55 |
|
56 |
-
|
57 |
|
58 |
-
|
59 |
-
<img src="https://t1.kakaocdn.net/pay_brand_admin/file/NvAxmhwMItNT4J2Uq1Rxt/ic-pfm.png" alt="Donate with KakaoPay" style="width: 150px;">
|
60 |
-
</a>
|
61 |
|
62 |
-
If you have any questions or feedback, please contact us at: <a href="mailto:[email protected]">[email protected]</a>
|
63 |
""")
|
64 |
|
65 |
# Helper function to add buttons
|
|
|
48 |
return (rebalancing_results, share_price_trend_results, dollar_cost_averaging_results, retirement_results)
|
49 |
|
50 |
MARKDOWN = ("""
|
51 |
+
---
|
52 |
+
|
53 |
+
**If you find this tool useful and would like to support its development, please consider making a donation. Your support is greatly appreciated!**
|
54 |
+
|
55 |
+
- [Donate with PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=M8SBRC396DPBW)
|
56 |
+
- [Donate with KakaoPay](https://qr.kakaopay.com/Ej7jF6o7B)
|
57 |
|
58 |
+
---
|
59 |
|
60 |
+
For any questions or feedback, reach us at: 📧 [[email protected]](mailto:[email protected])
|
61 |
|
62 |
+
---
|
|
|
|
|
63 |
|
|
|
64 |
""")
|
65 |
|
66 |
# Helper function to add buttons
|