CosmickVisions commited on
Commit
d1edd7d
·
verified ·
1 Parent(s): 4138c2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "EDA":
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: