Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ def display_dataset_selection():
|
|
| 47 |
st.write("First five rows of the data:")
|
| 48 |
st.write(data.head())
|
| 49 |
if dataset_choice=="Insurance":
|
| 50 |
-
st.write(
|
| 51 |
elif dataset_choice=="Retail":
|
| 52 |
st.write(retail_feature_descriptions)
|
| 53 |
else:
|
|
|
|
| 47 |
st.write("First five rows of the data:")
|
| 48 |
st.write(data.head())
|
| 49 |
if dataset_choice=="Insurance":
|
| 50 |
+
st.write(insurance_feature_descriptions)
|
| 51 |
elif dataset_choice=="Retail":
|
| 52 |
st.write(retail_feature_descriptions)
|
| 53 |
else:
|