diff --git a/reflex/constants/base.py b/reflex/constants/base.py index caf3f2402..7d51b757b 100644 --- a/reflex/constants/base.py +++ b/reflex/constants/base.py @@ -97,8 +97,10 @@ class Templates(SimpleNamespace): # The default template DEFAULT = "blank" + # The AI template AI = "ai" + # The option for the user to choose a remote template. CHOOSE_TEMPLATES = "choose templates" # The reflex.build frontend host