File size: 171 Bytes
3207e42
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import streamlit as st
from utils.allergens import *
from utils.variables import *
from utils.event_participation import *


user_id = 3

show_event_participation(user_id)