Spaces:
Configuration error
Configuration error
import streamlit as st | |
from utils.allergens import * | |
from utils.variables import * | |
from utils.allergy_input import * | |
st.title("Allergy input") | |
st.write("Welcome to the allergy input page!") | |
st.write("You can edit your profile below.") | |
create_allergy_input(1) | |