import streamlit as st #card def card_info(title, subtitle1, subtitle2, text, link): st.markdown( f"""
{title}
{subtitle1}
{subtitle2}

{text}

{link}
""", unsafe_allow_html=True ) # KPI com cards bootstrap # st.markdown( # f""" #
#
#
#

P/L

#

{fundamentus['P/L'][0]}

#
#
#
#
#

P/VP

#

{fundamentus['P/VP'][0]}

#
#
#
#
#

Recomendação

#

{info['recommendationKey']}

#
#
#
#
#

Próximo dividendo

#

{pfizer.calendar.transpose()['Earnings Date'].dt.strftime('%d/%m/%Y')[0]}

#
#
#
# """,unsafe_allow_html=True # )