Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ selected_feature = st.sidebar.selectbox('Select feature for visualization', df.c
185
  selected_target = st.sidebar.selectbox('Select target variable', df.columns)
186
 
187
 
188
- st.write(df)
189
 
190
  # Visualization of selected feature
191
  st.subheader(f'Distribution of {selected_feature}')
 
185
  selected_target = st.sidebar.selectbox('Select target variable', df.columns)
186
 
187
 
188
+ st.write(df)
189
 
190
  # Visualization of selected feature
191
  st.subheader(f'Distribution of {selected_feature}')