naohiro701 commited on
Commit
a5e9ee2
·
verified ·
1 Parent(s): f6fb4bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -293,4 +293,4 @@ if st.button('Calculate Optimal Energy Mix'):
293
  fig_corr = px.imshow(correlation_matrix, title='Correlation Matrix of Renewable Capacity Factors', labels={'color': 'Correlation'}, template='plotly_white')
294
  st.plotly_chart(fig_corr, use_container_width=True)
295
 
296
- # Note: You may need to adjust initial values or labels to fit your requirements.
 
293
  fig_corr = px.imshow(correlation_matrix, title='Correlation Matrix of Renewable Capacity Factors', labels={'color': 'Correlation'}, template='plotly_white')
294
  st.plotly_chart(fig_corr, use_container_width=True)
295
 
296
+ # Note: You may need to adjust initial values or labels to fit your requirements.