darly9991 commited on
Commit
6ccde22
·
verified ·
1 Parent(s): d466802

Update eda.py

Browse files
Files changed (1) hide show
  1. eda.py +1 -1
eda.py CHANGED
@@ -191,7 +191,7 @@ def run():
191
  scatter_plot_regression(df, x_col='lead', y_col='copper', x_label='Lead', y_label='copper', title='Correlation Lead and Copper')
192
  st.divider()
193
 
194
- st.header('Correlation Lead and Copper', divider='gray')
195
  scatter_plot_regression(df, x_col='chloramine', y_col='bacteria', x_label='Chloramine', y_label='Bacteria', title='Correlation Chloramine and Bacteria')
196
  st.divider()
197
 
 
191
  scatter_plot_regression(df, x_col='lead', y_col='copper', x_label='Lead', y_label='copper', title='Correlation Lead and Copper')
192
  st.divider()
193
 
194
+ st.header('Correlation Chloramine and Bacteria', divider='gray')
195
  scatter_plot_regression(df, x_col='chloramine', y_col='bacteria', x_label='Chloramine', y_label='Bacteria', title='Correlation Chloramine and Bacteria')
196
  st.divider()
197