Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3264,6 +3264,11 @@ def render_dashboard() -> None:
|
|
| 3264 |
"stored_pitch_type_baseline_spin_sample_size": game.get("stored_pitch_type_baseline_spin_sample_size"),
|
| 3265 |
"stored_pitch_type_baseline_extension_sample_size": game.get("stored_pitch_type_baseline_extension_sample_size"),
|
| 3266 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3267 |
"debug_note": str(e),
|
| 3268 |
}
|
| 3269 |
)
|
|
|
|
| 3264 |
"stored_pitch_type_baseline_spin_sample_size": game.get("stored_pitch_type_baseline_spin_sample_size"),
|
| 3265 |
"stored_pitch_type_baseline_extension_sample_size": game.get("stored_pitch_type_baseline_extension_sample_size"),
|
| 3266 |
|
| 3267 |
+
"zone_hr_boost": rec.get("zone_hr_boost"),
|
| 3268 |
+
"zone_hit_boost": rec.get("zone_hit_boost"),
|
| 3269 |
+
"zone_tb2p_boost": rec.get("zone_tb2p_boost"),
|
| 3270 |
+
"zone_sample_size": rec.get("zone_sample_size"),
|
| 3271 |
+
|
| 3272 |
"debug_note": str(e),
|
| 3273 |
}
|
| 3274 |
)
|