Update my_pages/rashomon_effect.py
Browse files
my_pages/rashomon_effect.py
CHANGED
|
@@ -66,7 +66,7 @@ def render():
|
|
| 66 |
return fig
|
| 67 |
|
| 68 |
|
| 69 |
-
|
| 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 |
|