cryman38 commited on
Commit
843507f
·
verified ·
1 Parent(s): 0606401

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -8
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
- If you find this tool useful and would like to support the development of such projects, please consider making a donation. Your support is greatly appreciated.
 
 
 
 
53
 
54
- [![Donate with PayPal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=M8SBRC396DPBW)
55
 
56
- Or, if you prefer, you can also support us through KakaoPay at:
57
 
58
- <a href="https://qr.kakaopay.com/Ej7jF6o7B" target="_blank">
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