CristopherWVSU commited on
Commit
bdb2363
·
verified ·
1 Parent(s): a953970

Update app.py

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