luisotorres commited on
Commit
557335b
1 Parent(s): fc22c36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -328,10 +328,10 @@ if 'num_pairs' not in st.session_state:
328
  def add_input_pair():
329
  st.session_state['num_pairs'] += 1
330
 
331
- title = '<h1 style="font-family:Didot; font-size: 64px; text-align:left">Investment Portfolio Management</h1>'
332
  st.markdown(title, unsafe_allow_html=True)
333
 
334
- text = """<p style="font-size: 18px; text-align: left;"><br>Welcome to <b>Investment Portfolio Management</b>, the intuitive app that streamlines your investment tracking and analysis. Effortlessly monitor your assets, benchmark against market standards, and discover valuable insights with just a few clicks.
335
 
336
  Here's what you can do:
337
 
 
328
  def add_input_pair():
329
  st.session_state['num_pairs'] += 1
330
 
331
+ title = '<h1 style="font-family:Didot; font-size: 64px; text-align:left">PortfolioPro</h1>'
332
  st.markdown(title, unsafe_allow_html=True)
333
 
334
+ text = """<p style="font-size: 18px; text-align: left;"><br>Welcome to <b>PortfolioPro</b>, an intuitive app that streamlines your investment portfolio management. Effortlessly monitor your assets, benchmark against market standards, and discover valuable insights with just a few clicks.
335
 
336
  Here's what you can do:
337