XPMaster commited on
Commit
f488371
·
1 Parent(s): 7cf4525

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ with tab1:
81
 
82
  # Check if 'use_pca' is already in the session state
83
  if 'use_pca' not in st.session_state:
84
- st.session_state.use_pca = False
85
 
86
  if st.session_state.use_pca:
87
  # Apply PCA for dimensionality reduction
 
81
 
82
  # Check if 'use_pca' is already in the session state
83
  if 'use_pca' not in st.session_state:
84
+ st.session_state.use_pca = True
85
 
86
  if st.session_state.use_pca:
87
  # Apply PCA for dimensionality reduction