prakharg24 commited on
Commit
a2dc57b
·
verified ·
1 Parent(s): 6fbbcf2

Update my_pages/rashomon_effect.py

Browse files
Files changed (1) hide show
  1. my_pages/rashomon_effect.py +1 -1
my_pages/rashomon_effect.py CHANGED
@@ -66,7 +66,7 @@ def render():
66
  return fig
67
 
68
 
69
- higlight_point = None
70
  if "highlight_point" in st.session_state:
71
  highlight_point = st.session_state.highlight_point
72
 
 
66
  return fig
67
 
68
 
69
+ highlight_point = None
70
  if "highlight_point" in st.session_state:
71
  highlight_point = st.session_state.highlight_point
72