CosmickVisions commited on
Commit
9923660
·
verified ·
1 Parent(s): b7a3cd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1114,7 +1114,7 @@ elif app_mode == "EDA":
1114
  ax[1].set_title('After Transformation')
1115
 
1116
  st.pyplot(fig)
1117
- else:
1118
  st.warning("Please select a column for transformation.")
1119
 
1120
  # Error handling for invalid transformations
 
1114
  ax[1].set_title('After Transformation')
1115
 
1116
  st.pyplot(fig)
1117
+ else:
1118
  st.warning("Please select a column for transformation.")
1119
 
1120
  # Error handling for invalid transformations