mikeboone Claude Sonnet 4.6 commited on
Commit
368ee54
·
1 Parent(s): 6464439

fix: move * CUSTOM * back to bottom of vertical dropdown

Browse files

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. demo_personas.py +1 -1
demo_personas.py CHANGED
@@ -62,7 +62,6 @@ def _merge_story_controls(*controls: dict) -> dict:
62
  # ============================================================================
63
 
64
  VERTICAL_LINES = {
65
- "* CUSTOM *": [],
66
  "Retail & Consumer Goods": [
67
  "Fashion/Apparel", "Consumer Electronics", "Department Stores",
68
  "Grocery", "Specialty Retail",
@@ -116,6 +115,7 @@ VERTICAL_LINES = {
116
  "Agriculture": [
117
  "Forestry", "Fishing", "Hunting", "Cultivation", "Raw Materials",
118
  ],
 
119
  }
120
 
121
  DEMO_FUNCTIONS = ["Sales", "Marketing", "Finance", "HR", "IT", "Legal"]
 
62
  # ============================================================================
63
 
64
  VERTICAL_LINES = {
 
65
  "Retail & Consumer Goods": [
66
  "Fashion/Apparel", "Consumer Electronics", "Department Stores",
67
  "Grocery", "Specialty Retail",
 
115
  "Agriculture": [
116
  "Forestry", "Fishing", "Hunting", "Cultivation", "Raw Materials",
117
  ],
118
+ "* CUSTOM *": [],
119
  }
120
 
121
  DEMO_FUNCTIONS = ["Sales", "Marketing", "Finance", "HR", "IT", "Legal"]