import matplotlib matplotlib.use('Agg') import streamlit as st import html_home as html_home from PIL import Image def initial_page(): #código para ativar bootstrap css st.markdown( """ """,unsafe_allow_html=True ) image = Image.open('images/home_image_2.jpeg') st.image(image, use_column_width=True)