Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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", "📊")
|