Spaces:
Runtime error
Runtime error
File size: 187 Bytes
5e55a06 |
1 2 3 4 5 6 7 |
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) |