Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -632,7 +632,7 @@ if app_mode == "Data Cleaning":
|
|
632 |
st.dataframe(st.session_state.cleaned_data.head(), use_container_width=True)
|
633 |
|
634 |
|
635 |
-
elif app_mode
|
636 |
st.title("🔍 Interactive Data Explorer")
|
637 |
|
638 |
if st.session_state.cleaned_data is None:
|
|
|
632 |
st.dataframe(st.session_state.cleaned_data.head(), use_container_width=True)
|
633 |
|
634 |
|
635 |
+
elif app_mode == "EDA":
|
636 |
st.title("🔍 Interactive Data Explorer")
|
637 |
|
638 |
if st.session_state.cleaned_data is None:
|