Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1114,7 +1114,7 @@ elif app_mode == "EDA":
|
|
1114 |
ax[1].set_title('After Transformation')
|
1115 |
|
1116 |
st.pyplot(fig)
|
1117 |
-
|
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
|