Tantalos / pages /user_1_profile.py
DrDomedag's picture
Individual profile pages exist, picking ingredients seems to work. Testing with actual multiple users.
1116a0a
raw
history blame contribute delete
263 Bytes
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)