Spaces:
Sleeping
Sleeping
Update eda.py
Browse files
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
|
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 |
|