Modified the summary table
Browse files
app.py
CHANGED
|
@@ -78,7 +78,7 @@ elif page == "Dataset":
|
|
| 78 |
st.dataframe(df, use_container_width=True)
|
| 79 |
|
| 80 |
st.write("### Dataset Summary:")
|
| 81 |
-
st.write(df_numeric.describe())
|
| 82 |
|
| 83 |
st.write("### Correlation Heatmap:")
|
| 84 |
fig, ax = plt.subplots()
|
|
|
|
| 78 |
st.dataframe(df, use_container_width=True)
|
| 79 |
|
| 80 |
st.write("### Dataset Summary:")
|
| 81 |
+
st.write(df_numeric.describe(), use_container_width=True)
|
| 82 |
|
| 83 |
st.write("### Correlation Heatmap:")
|
| 84 |
fig, ax = plt.subplots()
|