Skip to content

Commit 9bc0014

Browse files
committed
Minor fix
1 parent 8e5fe26 commit 9bc0014

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/streamlit_app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,8 @@ def _mapper_seed():
616616

617617
def mapper_draw_section(color_feat):
618618
df_all = st.session_state[S_RESULTS].df_all
619+
X = st.session_state[S_RESULTS].X
620+
colors = X
619621
if color_feat in df_all.columns:
620622
df_col = df_all[color_feat]
621623
colors = df_col.to_numpy()

0 commit comments

Comments
 (0)