Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -277,7 +277,7 @@ elif app_section == "Model Performance & Diagnostics":
|
|
| 277 |
col1, col2 = st.columns(2)
|
| 278 |
with col1:
|
| 279 |
fig_rmse = diag.plot_performance_degradation(
|
| 280 |
-
|
| 281 |
metric_column=RMSE_COL_NAME,
|
| 282 |
metric_name='RMSE (Temperature °C)',
|
| 283 |
color='blue'
|
|
|
|
| 277 |
col1, col2 = st.columns(2)
|
| 278 |
with col1:
|
| 279 |
fig_rmse = diag.plot_performance_degradation(
|
| 280 |
+
champion_perf_df,
|
| 281 |
metric_column=RMSE_COL_NAME,
|
| 282 |
metric_name='RMSE (Temperature °C)',
|
| 283 |
color='blue'
|