luisotorres
commited on
Update app.py
Browse files
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">
|
332 |
st.markdown(title, unsafe_allow_html=True)
|
333 |
|
334 |
-
text = """<p style="font-size: 18px; text-align: left;"><br>Welcome to <b>
|
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 |
|