Update app.py
Browse files
app.py
CHANGED
|
@@ -755,6 +755,9 @@ def server(input, output, session):
|
|
| 755 |
|
| 756 |
if x == 'location_plot_rhb':
|
| 757 |
location_plot(df = df,ax=y,hand='R')
|
|
|
|
|
|
|
|
|
|
| 758 |
|
| 759 |
summary_table(df=df,
|
| 760 |
ax=ax_table)
|
|
|
|
| 755 |
|
| 756 |
if x == 'location_plot_rhb':
|
| 757 |
location_plot(df = df,ax=y,hand='R')
|
| 758 |
+
|
| 759 |
+
if x == 'pitch_usage':
|
| 760 |
+
pitch_usage(df = df,ax=y)
|
| 761 |
|
| 762 |
summary_table(df=df,
|
| 763 |
ax=ax_table)
|