Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|