Skip to content

Commit cc4d50a

Browse files
committed
Fix: Set custom_mapping_applied flag when demo groups are applied
1 parent ed9d06e commit cc4d50a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/01_Create_RDD_Count_Table.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ def load_demo_file(filename):
403403

404404
st.session_state["rdd"] = rdd
405405
st.session_state["demo_groups_applied"] = True
406+
st.session_state["custom_mapping_applied"] = True # Mark as custom mapping applied
406407
st.success(
407408
"✅ Demo group assignments applied! Groups updated: G1 → Omnivore, G2 → Vegan"
408409
)

0 commit comments

Comments
 (0)