CosmickVisions commited on
Commit
d1012c1
·
verified ·
1 Parent(s): a122979

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -407,8 +407,6 @@ elif app_mode == "Data Cleaning":
407
  st.warning("Please upload data first")
408
  st.stop() # Stop execution if no data uploaded
409
 
410
- df = st.session_state.cleaned_data.copy() # Work on the latest cleaned data
411
-
412
 
413
  # Data Health Dashboard
414
  enhance_section_title("Data Health Dashboard", "📊")
 
407
  st.warning("Please upload data first")
408
  st.stop() # Stop execution if no data uploaded
409
 
 
 
410
 
411
  # Data Health Dashboard
412
  enhance_section_title("Data Health Dashboard", "📊")