import streamlit as st from utils.allergens import * from PIL import Image # Inject custom CSS for background colors st.markdown( """ """, unsafe_allow_html=True ) logo = Image.open("utils/epic_logo.jpeg") st.image(logo, width=250) # Title for the app st.title("Tantalos") st.write("Welcome to Tantalos. Please navigate using the menu on the left.")