Update my_pages/information_loss.py
Browse files
my_pages/information_loss.py
CHANGED
|
@@ -79,7 +79,7 @@ def render():
|
|
| 79 |
#### Selected features shown at the bottom
|
| 80 |
st.markdown("---")
|
| 81 |
|
| 82 |
-
st.markdown("
|
| 83 |
if st.session_state.selected_features:
|
| 84 |
col1, col2 = st.columns(2)
|
| 85 |
|
|
|
|
| 79 |
#### Selected features shown at the bottom
|
| 80 |
st.markdown("---")
|
| 81 |
|
| 82 |
+
st.markdown("**Set of Selected Features:**")
|
| 83 |
if st.session_state.selected_features:
|
| 84 |
col1, col2 = st.columns(2)
|
| 85 |
|