luisotorres commited on
Commit
19fa15f
1 Parent(s): 1efd61f

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +10 -18
ui.py CHANGED
@@ -13,35 +13,27 @@ def build_ui():
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
- \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
 
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><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><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><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><br>
 
 
31
  Demo video: <a href="https://www.youtube.com/watch?v=7MuQ4G6tq_I">PortfolioPro - Demo</a>
32
+ <br><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)
38
 
39
  # Ticker and Value Input