nesticot commited on
Commit
b6c2889
1 Parent(s): af70daa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -795,8 +795,8 @@ def server(input, output, session):
795
  ax_right.text(s='Against RHH',x=2.95,y=4.65,fontsize=18,fontweight='bold',ha='center')
796
  # Center the labels
797
 
798
- ax_left.text(x=-1.70, y=5.08, s='Strikes', rotation=90,fontweight='bold')
799
- ax_right.text(x=-1.70, y=5.08, s='Strikes', rotation=90,fontweight='bold')
800
 
801
  ax_left.text(x=0, y=6.03, s='Balls',ha='center',fontweight='bold')
802
  ax_right.text(x=0, y=6.03, s='Balls',ha='center',fontweight='bold')
 
795
  ax_right.text(s='Against RHH',x=2.95,y=4.65,fontsize=18,fontweight='bold',ha='center')
796
  # Center the labels
797
 
798
+ ax_left.text(x=-1.76, y=5.08, s='Strikes', rotation=90,fontweight='bold')
799
+ ax_right.text(x=-1.76, y=5.08, s='Strikes', rotation=90,fontweight='bold')
800
 
801
  ax_left.text(x=0, y=6.03, s='Balls',ha='center',fontweight='bold')
802
  ax_right.text(x=0, y=6.03, s='Balls',ha='center',fontweight='bold')