Spaces:
Configuration error
Configuration error
File size: 263 Bytes
1116a0a |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
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)
|