Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -44,6 +44,7 @@ with model_eval:
|
|
44 |
# CORRELATION MATRIX
|
45 |
st.title("Correlation Matrix")
|
46 |
st.write("The Correlation Matrix presents the relationship between each features.")
|
|
|
47 |
|
48 |
# WEATHER PREDICTION
|
49 |
st.title("Weather Prediction")
|
|
|
44 |
# CORRELATION MATRIX
|
45 |
st.title("Correlation Matrix")
|
46 |
st.write("The Correlation Matrix presents the relationship between each features.")
|
47 |
+
st.image("correlation_matrix.png")
|
48 |
|
49 |
# WEATHER PREDICTION
|
50 |
st.title("Weather Prediction")
|