luisotorres commited on
Commit
7536da2
1 Parent(s): 7660838

Update ui.py

Browse files

Making some minor updates to the text.

Files changed (1) hide show
  1. ui.py +18 -17
ui.py CHANGED
@@ -13,25 +13,26 @@ def build_ui():
13
 
14
  text = """
15
  <p style="font-size: 18px; text-align: left;">
16
- <br>Welcome to <b>PortfolioPro</b>, an intuitive app that streamlines your investment portfolio management.
 
17
  Effortlessly monitor your assets, benchmark against market standards, and discover valuable insights with just a few clicks.
18
  Here's what you can do:
19
- <br>
20
- • Enter the ticker symbols exactly as they appear on Yahoo Finance and the total amount invested for each security in your portfolio.
21
- • Set a benchmark to compare your portfolio's performance against market indices or other chosen standards.
22
- • Select the start and end dates for the period you wish to analyze and gain historical insights.
23
- <br>
24
- Note: The app cannot analyze dates before a company's IPO or use non-business days as your *start* or *end* dates.
25
- <br>
26
- • Click "Run Analysis" to visualize historical returns, obtain volatility metrics, and unveil the allocation percentages of your portfolio.
27
- <br>
28
- Empower your investment strategy with cutting-edge financial APIs and visualization tools.
29
- <br>Start making informed decisions to elevate your financial future today.
30
- <br><br>
31
- Demo video: <a href="https://www.youtube.com/watch?v=7MuQ4G6tq_I">PortfolioPro - Demo</a>
32
- <br><br>
33
- Kaggle Notebook: <a href="https://www.kaggle.com/code/lusfernandotorres/building-an-investment-portfolio-management-app">Building an Investment Portfolio Management App 💰 - by @lusfernandotorres</a>
34
- <br><br>
35
  </p>
36
  """
37
  st.markdown(text, unsafe_allow_html=True)
 
13
 
14
  text = """
15
  <p style="font-size: 18px; text-align: left;">
16
+
17
+ Welcome to <b>PortfolioPro</b>, an intuitive app that streamlines your investment portfolio management.
18
  Effortlessly monitor your assets, benchmark against market standards, and discover valuable insights with just a few clicks.
19
  Here's what you can do:
20
+
21
+ \n\n• Enter the ticker symbols exactly as they appear on Yahoo Finance and the total amount invested for each security in your portfolio.
22
+ \n\n• Set a benchmark to compare your portfolio's performance against market indices or other chosen standards.
23
+ \n\n• Select the start and end dates for the period you wish to analyze and gain historical insights.
24
+
25
+ \n\nNote: The app cannot analyze dates before a company's IPO or use non-business days as your *start* or *end* dates.
26
+
27
+ \n\n• Click "Run Analysis" to visualize historical returns, obtain volatility metrics, and unveil the allocation percentages of your portfolio.
28
+
29
+ \n\nEmpower your investment strategy with cutting-edge financial APIs and visualization tools.
30
+ \n\nStart making informed decisions to elevate your financial future today.
31
+
32
+ \n\nDemo video: <a href="https://www.youtube.com/watch?v=7MuQ4G6tq_I">PortfolioPro - Demo</a>
33
+
34
+ \n\nKaggle Notebook: <a href="https://www.kaggle.com/code/lusfernandotorres/building-an-investment-portfolio-management-app">Building an Investment Portfolio Management App 💰 - by @lusfernandotorres</a>
35
+
36
  </p>
37
  """
38
  st.markdown(text, unsafe_allow_html=True)