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