Ci-Dave commited on
Commit
68f459d
·
1 Parent(s): 4619d1d

Modified the summary table

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()