Carlosito16 commited on
Commit
b49e22e
1 Parent(s): 841b1aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def main():
49
  st.markdown("Please adjust the values of 21 sensory attributes (assumed to have the range from 1 - 10), and see the liking score distribution below")
50
 
51
  with st.expander("Feature importance heatmap of sensory attributes on liking score"):
52
- st.image("/Users/carlosito/Documents/vsCode/exercise-MMR/mmr-corr.png")
53
 
54
  col1, col2, col3 = st.columns(3)
55
 
 
49
  st.markdown("Please adjust the values of 21 sensory attributes (assumed to have the range from 1 - 10), and see the liking score distribution below")
50
 
51
  with st.expander("Feature importance heatmap of sensory attributes on liking score"):
52
+ st.image("mmr-corr.png")
53
 
54
  col1, col2, col3 = st.columns(3)
55