prakharg24 commited on
Commit
6bbeeab
·
verified ·
1 Parent(s): a400f33

Update my_pages/information_loss.py

Browse files
Files changed (1) hide show
  1. my_pages/information_loss.py +1 -1
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("### Set of Selected Features:")
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