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

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +17 -10
ui.py CHANGED
@@ -17,24 +17,31 @@ def build_ui():
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\nSelect 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)
39
 
40
  # Ticker and Value Input
 
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
+ \n\n
21
+ • 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
23
+ Set a benchmark to compare your portfolio's performance against market indices or other chosen standards.
24
+ \n\n
25
+ Select the start and end dates for the period you wish to analyze and gain historical insights.
26
+ \n
27
+ Note: The app cannot analyze dates before a company's IPO or use non-business days as your *start* or *end* dates.
28
 
29
  \n\n• Click "Run Analysis" to visualize historical returns, obtain volatility metrics, and unveil the allocation percentages of your portfolio.
30
 
31
+ \n\n\n
32
+ Empower your investment strategy with cutting-edge financial APIs and visualization tools.
33
+ \n\n\n
34
+ Start making informed decisions to elevate your financial future today.
35
 
36
+ \n\n\n\n
37
+ Demo video: <a href="https://www.youtube.com/watch?v=7MuQ4G6tq_I">PortfolioPro - Demo</a>
38
 
39
+ \n\n\n\n
40
+ 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>
41
 
42
  </p>
43
  """
44
+
45
  st.markdown(text, unsafe_allow_html=True)
46
 
47
  # Ticker and Value Input