nesticot commited on
Commit
6f0c1a2
·
verified ·
1 Parent(s): 7e85aa7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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)