import streamlit as st from utils.allergens import * from utils.variables import * from utils.allergy_input import * st.markdown( """ """, unsafe_allow_html=True ) st.title("Allergy input") st.write("Welcome to the allergy input page!") st.write("You can edit your profile below.") create_allergy_input(0)