Skip to content

Commit

Permalink
Fix person index selection
Browse files Browse the repository at this point in the history
  • Loading branch information
zuberek committed Jan 31, 2024
1 parent 5feea47 commit af185b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/2_Inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
df

with col2:
if person_index is not None:
if st.session_state.SELECTED is not False:
person_index = st.session_state.SELECTED
f'Analysing the person **{person_index}**'
# amdata.var.loc[person_index]

Expand Down

0 comments on commit af185b9

Please sign in to comment.