GameInsightify / pages /05 Age_Restriction.py
po5302006's picture
test commit
5e55a06
raw
history blame
187 Bytes
import streamlit as st
from module.__custom__ import exec_page
theme = "Age Restriction"
page_genres = ['age_0_plus', 'age_13_plus', 'age_18_plus']
exec_page('👴', theme, page_genres)