Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -345,7 +345,7 @@ def server(input,output,session):
|
|
| 345 |
ax.hlines(y=df_model_2023_group_swing_plus_no.y_pred.mean()*100,xmin=win,xmax=len(df_will),color=colour_palette[1],linestyle='-.',alpha=1,
|
| 346 |
label = f'{input.level_list()} Average: {df_model_2023_group_swing_plus_no.y_pred.mean()*100:.2f} xRV/100')
|
| 347 |
|
| 348 |
-
ax.legend(
|
| 349 |
|
| 350 |
hard_hit_dates = [df_model_2023_group_swing_plus_no.y_pred.quantile(0.9)*100,
|
| 351 |
df_model_2023_group_swing_plus_no.y_pred.quantile(0.75)*100,
|
|
|
|
| 345 |
ax.hlines(y=df_model_2023_group_swing_plus_no.y_pred.mean()*100,xmin=win,xmax=len(df_will),color=colour_palette[1],linestyle='-.',alpha=1,
|
| 346 |
label = f'{input.level_list()} Average: {df_model_2023_group_swing_plus_no.y_pred.mean()*100:.2f} xRV/100')
|
| 347 |
|
| 348 |
+
ax.legend()
|
| 349 |
|
| 350 |
hard_hit_dates = [df_model_2023_group_swing_plus_no.y_pred.quantile(0.9)*100,
|
| 351 |
df_model_2023_group_swing_plus_no.y_pred.quantile(0.75)*100,
|